Skip to content

Commit

Permalink
avr32: default GENERIC_GPIO to false
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Courbot committed Mar 20, 2013
1 parent 28d6ecf commit 85b0987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config AVR32
http://avr32linux.org/.

config GENERIC_GPIO
def_bool y
def_bool n

config STACKTRACE_SUPPORT
def_bool y
Expand Down

0 comments on commit 85b0987

Please sign in to comment.