From: Bartosz Golaszewski Date: Tue, 8 Apr 2025 12:59:04 +0000 (+0200) Subject: gpio: rtd: enable building the module with COMPILE_TEST=y X-Git-Tag: v6.16-rc1~169^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d1c5b622141418c739291d945686137fd92cd3a;p=thirdparty%2Flinux.git gpio: rtd: enable building the module with COMPILE_TEST=y Extend the build coverage by allowing to build the module with COMPILE_TEST enabled. Signed-off-by: Bartosz Golaszewski Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20250408-gpio-compile-test-v1-4-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f0de782c04cc3..1691580896087 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -615,7 +615,7 @@ config GPIO_ROCKCHIP config GPIO_RTD tristate "Realtek DHC GPIO support" - depends on ARCH_REALTEK + depends on ARCH_REALTEK || COMPILE_TEST default y select GPIOLIB_IRQCHIP help