projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b0987
)
openrisc: default GENERIC_GPIO to false
author
Alexandre Courbot
<acourbot@nvidia.com>
Tue, 12 Mar 2013 09:06:51 +0000
(18:06 +0900)
committer
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:16 +0000
(22:48 +0900)
This is one step towards the removal of the GENERIC_GPIO option.
OpenRISC mandates the use of GPIOLIB, which enables GENERIC_GPIO anyway,
so this patch should be a no-op.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/openrisc/Kconfig
b/arch/openrisc/Kconfig
index 9ab3bf2eca8d2efeef9f0adbadc8b94c356cb857..e324402688998867df0c705332010e9a18eeb174 100644
(file)
--- a/
arch/openrisc/Kconfig
+++ b/
arch/openrisc/Kconfig
@@
-45,7
+45,7
@@
config NO_IOPORT
def_bool y
config GENERIC_GPIO
- def_bool
y
+ def_bool
n
config TRACE_IRQFLAGS_SUPPORT
def_bool y