projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f575957
)
gpio: vf610: enable COMPILE_TEST
author
Martin Kaiser
<martin@kaiser.cx>
Wed, 24 Jan 2024 20:58:58 +0000
(21:58 +0100)
committer
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Fri, 2 Feb 2024 13:32:12 +0000
(14:32 +0100)
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>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 353af1a4d0ace276ed031bf29d2235dc07afdd81..3081406ff57a91f5f25365d49a90c2953361dce4 100644
(file)
--- 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.