From: Bartosz Golaszewski Date: Tue, 8 Apr 2025 12:59:03 +0000 (+0200) Subject: gpio: pl061: enable building the module with COMPILE_TEST=y X-Git-Tag: v6.16-rc1~169^2~65 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bcb4be090783f0ce1acdff86242e6f55a2137b64;p=linux-block.git gpio: pl061: 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-3-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index dcb8128d06c0..f0de782c04cc 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -551,7 +551,7 @@ config GPIO_OMAP config GPIO_PL061 tristate "PrimeCell PL061 GPIO support" - depends on ARM_AMBA + depends on ARM_AMBA || COMPILE_TEST select IRQ_DOMAIN select GPIOLIB_IRQCHIP help