From: Bartosz Golaszewski Date: Tue, 8 Apr 2025 12:59:02 +0000 (+0200) Subject: gpio: msc313: enable building the module with COMPILE_TEST=y X-Git-Tag: v6.16-rc1~169^2~66 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4675b78c88a4397adf20eb17e8dcf216d29cb09b;p=linux-block.git gpio: msc313: 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-2-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 592bb1f624c0..dcb8128d06c0 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -877,7 +877,7 @@ config GPIO_AMD_FCH config GPIO_MSC313 bool "MStar MSC313 GPIO support" - depends on ARCH_MSTARV7 + depends on ARCH_MSTARV7 || COMPILE_TEST default ARCH_MSTARV7 select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY