diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2025-04-17 07:22:09 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2025-04-17 09:40:43 +0200 |
commit | 92b17a63903b99ddb6326efe10a79f374726d6df (patch) | |
tree | 18e45a9d34ee07afe8c04f3c1cf8b2dfbda22383 | |
parent | f7a29377c2531603d6093dda10d06d3d115a795e (diff) |
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 <rdunlap@infradead.org>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/20250417-abx500-pinctrl-v1-1-0691ad29e2a6@linaro.org
-rw-r--r-- | drivers/pinctrl/nomadik/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |