From 92b17a63903b99ddb6326efe10a79f374726d6df Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 17 Apr 2025 07:22:09 +0200 Subject: [PATCH] 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 --- drivers/pinctrl/nomadik/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig index 2c1f8a4f5d24d..1b4fe2a4c3028 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 -- 2.39.5