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>
This commit is contained in:
Martin Kaiser 2024-01-24 21:58:58 +01:00 committed by Bartosz Golaszewski
parent f575957882
commit 3eac8bbed2

View File

@ -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.