[PATCH 6/6] gpio: tn48m: enable building the module with COMPILE_TEST=y
From: Bartosz Golaszewski
Date: Tue Apr 08 2025 - 09:24:55 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Extend the build coverage by allowing to build the module with
COMPILE_TEST enabled.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5258f260b527..b3d0bfcca1ef 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1526,7 +1526,7 @@ config GPIO_TIMBERDALE
config GPIO_TN48M_CPLD
tristate "Delta Networks TN48M switch CPLD GPIO driver"
- depends on MFD_TN48M_CPLD
+ depends on MFD_TN48M_CPLD || COMPILE_TEST
select GPIO_REGMAP
help
This enables support for the GPIOs found on the Delta
--
2.45.2