From: Martin Kaiser Date: Wed, 24 Jan 2024 20:58:58 +0000 (+0100) Subject: gpio: vf610: enable COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3eac8bbed22e940ac1645a884f221bef408f675c;p=linux.git gpio: vf610: enable COMPILE_TEST Enable COMPILE_TEST for the vf610 gpio driver to support test builds on systems without this hardware. Signed-off-by: Martin Kaiser Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 353af1a4d0ace..3081406ff57a9 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -713,7 +713,7 @@ config GPIO_UNIPHIER config GPIO_VF610 bool "VF610 GPIO support" default y if SOC_VF610 - depends on ARCH_MXC + depends on ARCH_MXC || COMPILE_TEST select GPIOLIB_IRQCHIP help Say yes here to support i.MX or Vybrid vf610 GPIOs.