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>
This commit is contained in:
Bartosz Golaszewski 2025-09-03 10:00:13 +02:00
parent fff086ebc5
commit 74dcb94730

View File

@ -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