projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea04a7c
)
gpio: mb86s7x: Allow compile test build
author
Axel Lin
<axel.lin@ingics.com>
Thu, 25 Feb 2016 05:41:30 +0000
(13:41 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 25 Feb 2016 15:00:25 +0000
(16:00 +0100)
There is no build dependency for this driver, so enable COMPILE_TEST to get
better build coverage.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 5584ba4571611d3caf69159d6f7e7d4b2d624294..619767b0c0bcc8548056b79ffabf6e6bb2fe3933 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-266,7
+266,7
@@
config GPIO_LYNXPOINT
config GPIO_MB86S7X
bool "GPIO support for Fujitsu MB86S7x Platforms"
- depends on ARCH_MB86S7X
+ depends on ARCH_MB86S7X
|| COMPILE_TEST
help
Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.