projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80a357
)
unicore32: default GENERIC_GPIO to false
author
Alexandre Courbot
<acourbot@nvidia.com>
Tue, 12 Mar 2013 09:08:41 +0000
(18:08 +0900)
committer
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:15 +0000
(22:48 +0900)
GPIO implementation for unicore32 uses gpiolib, which sets GENERIC_GPIO
when selected.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/unicore32/Kconfig
patch
|
blob
|
history
diff --git
a/arch/unicore32/Kconfig
b/arch/unicore32/Kconfig
index
70f8c8e
..
63521dc
100644
(file)
--- a/
arch/unicore32/Kconfig
+++ b/
arch/unicore32/Kconfig
@@
-24,7
+24,7
@@
config UNICORE32
Please see web page at <http://www.pkunity.com/>.
config GENERIC_GPIO
- def_bool y
+ bool
config GENERIC_CSUM
def_bool y