Commit 85b0987e authored by Alexandre Courbot's avatar Alexandre Courbot

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: default avatarAlexandre Courbot <acourbot@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 28d6ecfc
......@@ -27,7 +27,7 @@ config AVR32
http://avr32linux.org/.
config GENERIC_GPIO
def_bool y
def_bool n
config STACKTRACE_SUPPORT
def_bool y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment