diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-12 03:50:39 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:15 -0400 |
commit | 85b0987ee263e5317d13727ad85b881b91636be5 (patch) | |
tree | 363a224f445a51da05efe091318ed18bfe70ff22 /arch/avr32 | |
parent | 28d6ecfc2bc2de72609c23dc31e3f1f2e6cdd22f (diff) |
avr32: default GENERIC_GPIO to false
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>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index c1a868d398bd..d22c6b46601c 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -27,7 +27,7 @@ config AVR32 | |||
27 | http://avr32linux.org/. | 27 | http://avr32linux.org/. |
28 | 28 | ||
29 | config GENERIC_GPIO | 29 | config GENERIC_GPIO |
30 | def_bool y | 30 | def_bool n |
31 | 31 | ||
32 | config STACKTRACE_SUPPORT | 32 | config STACKTRACE_SUPPORT |
33 | def_bool y | 33 | def_bool y |