diff options
author | Martin Kaiser <martin@kaiser.cx> | 2024-01-24 21:58:58 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-02-02 14:32:12 +0100 |
commit | 3eac8bbed22e940ac1645a884f221bef408f675c (patch) | |
tree | fe5d810803fa5144d51ea7f307eedae15d226ef0 /drivers/gpio/Kconfig | |
parent | f57595788244a838deec2d3be375291327cbc035 (diff) | |
download | linux-3eac8bbed22e940ac1645a884f221bef408f675c.tar.gz linux-3eac8bbed22e940ac1645a884f221bef408f675c.tar.bz2 linux-3eac8bbed22e940ac1645a884f221bef408f675c.zip |
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 <martin@kaiser.cx>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 353af1a4d0ac..3081406ff57a 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. |