Commit 682fbb18 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

gpio: tb10x: allow building the module with COMPILE_TEST=y



Increase build coverage by allowing the module to be built with
COMPILE_TEST=y. We need an actual prompt entry in this case so add it.

Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250903-gpio-mmio-gpio-conv-part3-v1-6-ff346509f408@linaro.org


Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent 76e61b03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -734,7 +734,8 @@ config GPIO_TANGIER
	  If built as a module its name will be gpio-tangier.

config GPIO_TB10X
	bool
	bool "Abilis Systems TB10x GPIO controller"
	depends on ARC_PLAT_TB10X || COMPILE_TEST
	select GPIO_GENERIC
	select GENERIC_IRQ_CHIP
	select OF_GPIO