diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-09-03 10:00:10 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-09-08 09:17:02 +0200 |
commit | 682fbb18e14cbb47dd30d2c65053be9d8f39a23c (patch) | |
tree | 2366f1c4ef9179ca7ed5f949acfe91e2f1b6703d | |
parent | 76e61b03d1228914928eb57e55dcb2c62b6caa0b (diff) |
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: Linus 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: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | drivers/gpio/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 0fd5b09c499a..2fb77eff3b1f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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 |