aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Courbot <[email protected]>2013-03-12 18:06:51 +0900
committerAlexandre Courbot <[email protected]>2013-03-20 22:48:16 +0900
commit5fa0a8cb45257c165e4e8ee7dfccfc605bffae90 (patch)
tree9384a205826a208e2d1a50b341fb92987ac6fc4b
parent85b0987ee263e5317d13727ad85b881b91636be5 (diff)
openrisc: default GENERIC_GPIO to false
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Jonas Bonn <[email protected]>
-rw-r--r--arch/openrisc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 9ab3bf2eca8d..e32440268899 100644
--- 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