[RFC 13/17] avr32: default GENERIC_GPIO to false

From: Alexandre Courbot
Date: Tue Mar 12 2013 - 06:14:49 EST


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@xxxxxxxxxx>
---
arch/avr32/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 9b89257..85c377e 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
--
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/