From: Alexandre Courbot Date: Tue, 12 Mar 2013 07:50:39 +0000 (+0900) Subject: avr32: default GENERIC_GPIO to false X-Git-Tag: next-20130321~15^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=85b0987ee263e5317d13727ad85b881b91636be5;p=karo-tx-linux.git 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 Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- 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 http://avr32linux.org/. config GENERIC_GPIO - def_bool y + def_bool n config STACKTRACE_SUPPORT def_bool y