diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-12 05:06:51 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:16 -0400 |
commit | 5fa0a8cb45257c165e4e8ee7dfccfc605bffae90 (patch) | |
tree | 9384a205826a208e2d1a50b341fb92987ac6fc4b | |
parent | 85b0987ee263e5317d13727ad85b881b91636be5 (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 <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>
-rw-r--r-- | arch/openrisc/Kconfig | 2 |
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 | |||
45 | def_bool y | 45 | def_bool y |
46 | 46 | ||
47 | config GENERIC_GPIO | 47 | config GENERIC_GPIO |
48 | def_bool y | 48 | def_bool n |
49 | 49 | ||
50 | config TRACE_IRQFLAGS_SUPPORT | 50 | config TRACE_IRQFLAGS_SUPPORT |
51 | def_bool y | 51 | def_bool y |