From: Bartosz Golaszewski Date: Wed, 3 Sep 2025 08:00:13 +0000 (+0200) Subject: gpio: ep93xx: allow building the module with COMPILE_TEST enabled X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=74dcb9473054954fcd8b91f7155aba5af3e4d555;p=linux-2.6-microblaze.git 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 Link: https://lore.kernel.org/r/20250903-gpio-mmio-gpio-conv-part3-v1-9-ff346509f408@linaro.org Signed-off-by: Bartosz Golaszewski --- 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