summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-09-03 11:00:13 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-09-08 10:17:02 +0300
commit74dcb9473054954fcd8b91f7155aba5af3e4d555 (patch)
tree76bf67262127c9d391dd408ed5c1445a49c25835 /drivers/gpio
parentfff086ebc554b8f7942e3839a758cb8e8dfc945f (diff)
downloadlinux-74dcb9473054954fcd8b91f7155aba5af3e4d555.tar.xz
gpio: ep93xx: allow building the module with COMPILE_TEST enabled
Increase build coverage by allowing the module to be built with COMPILE_TEST=y. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250903-gpio-mmio-gpio-conv-part3-v1-9-ff346509f408@linaro.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 2fb77eff3b1f..08e1fc131954 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -303,7 +303,7 @@ config GPIO_EN7523
config GPIO_EP93XX
def_bool y
- depends on ARCH_EP93XX
+ depends on ARCH_EP93XX || COMPILE_TEST
select GPIO_GENERIC
select GPIOLIB_IRQCHIP