From: Linus Walleij Date: Thu, 17 Apr 2025 05:22:09 +0000 (+0200) Subject: pinctr: nomadik: abx500: Restrict compile test X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=92b17a63903b99ddb6326efe10a79f374726d6df;p=users%2Fwilly%2Flinux.git pinctr: nomadik: abx500: Restrict compile test The ABX500 module depends hard on AB8500_CORE it cannot be compile-tested in isolation. Fixes: 720abc5c58d8 ("pinctrl: abx500: enable building modules with COMPILE_TEST=y") Reported-by: Randy Dunlap Reviewed-by: Bartosz Golaszewski Signed-off-by: Linus Walleij Link: https://lore.kernel.org/20250417-abx500-pinctrl-v1-1-0691ad29e2a6@linaro.org --- diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig index 2c1f8a4f5d24..1b4fe2a4c302 100644 --- a/drivers/pinctrl/nomadik/Kconfig +++ b/drivers/pinctrl/nomadik/Kconfig @@ -3,7 +3,7 @@ if (ARCH_U8500 || COMPILE_TEST) config PINCTRL_ABX500 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" - depends on AB8500_CORE || COMPILE_TEST + depends on AB8500_CORE select GENERIC_PINCONF help Select this to enable the ABx500 family IC GPIO driver