Skip to content

Commit

Permalink
gpio: vf610: enable COMPILE_TEST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
martin-kaiser authored and Bartosz Golaszewski committed Feb 2, 2024
1 parent f575957 commit 3eac8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3eac8bb

Please sign in to comment.