projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b49e0
)
gpio: clps711x: Enable driver compilation with COMPILE_TEST
author
Alexander Shiyan
<shc_work@mail.ru>
Tue, 24 Dec 2013 14:08:54 +0000
(18:08 +0400)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 7 Jan 2014 17:54:31 +0000
(18:54 +0100)
This helps increasing build testing coverage.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index f456b93bb95380c4c40747027bfaccacf381538b..1a07c404483901a3786549ea2918337f503e07ba 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-110,7
+110,7
@@
comment "Memory mapped GPIO drivers:"
config GPIO_CLPS711X
tristate "CLPS711X GPIO support"
- depends on ARCH_CLPS711X
+ depends on ARCH_CLPS711X
|| COMPILE_TEST
select GPIO_GENERIC
help
Say yes here to support GPIO on CLPS711X SoCs.