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:
28d6ecf
)
avr32: default GENERIC_GPIO to false
author
Alexandre Courbot
<acourbot@nvidia.com>
Tue, 12 Mar 2013 07:50:39 +0000
(16:50 +0900)
committer
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:15 +0000
(22:48 +0900)
This will help removing the GENERIC_GPIO option.
GPIO access is done through gpiolib, which selects GENERIC_GPIO anyway.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/avr32/Kconfig
patch
|
blob
|
history
diff --git
a/arch/avr32/Kconfig
b/arch/avr32/Kconfig
index
c1a868d
..
d22c6b4
100644
(file)
--- a/
arch/avr32/Kconfig
+++ b/
arch/avr32/Kconfig
@@
-27,7
+27,7
@@
config AVR32
http://avr32linux.org/.
config GENERIC_GPIO
- def_bool
y
+ def_bool
n
config STACKTRACE_SUPPORT
def_bool y