From: Bartosz Golaszewski Date: Tue, 8 Apr 2025 12:59:01 +0000 (+0200) Subject: gpio: zynq: enable building the modules with COMPILE_TEST=y X-Git-Tag: v6.16-rc1~169^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6273ef3560728f111c480e580970ba25cdee85b1;p=thirdparty%2Fkernel%2Flinux.git gpio: zynq: enable building the modules with COMPILE_TEST=y Extend the build coverage by allowing to build the modules with COMPILE_TEST enabled. Signed-off-by: Bartosz Golaszewski Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20250408-gpio-compile-test-v1-1-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c4f7cc024efbe..592bb1f624c01 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -841,14 +841,14 @@ config GPIO_ZEVIO config GPIO_ZYNQ tristate "Xilinx Zynq GPIO support" - depends on ARCH_ZYNQ || ARCH_ZYNQMP + depends on ARCH_ZYNQ || ARCH_ZYNQMP || COMPILE_TEST select GPIOLIB_IRQCHIP help Say yes here to support Xilinx Zynq GPIO controller. config GPIO_ZYNQMP_MODEPIN tristate "ZynqMP ps-mode pin GPIO configuration driver" - depends on ZYNQMP_FIRMWARE + depends on ZYNQMP_FIRMWARE || COMPILE_TEST default ZYNQMP_FIRMWARE help Say yes here to support the ZynqMP ps-mode pin GPIO configuration