Commit 74dcb947 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

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: default avatarLinus 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: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent fff086eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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