[RFC 17/17] unicore32: default GENERIC_GPIO to false

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


GPIO implementation for unicore32 uses gpiolib, which sets GENERIC_GPIO
when selected.

Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
---
arch/unicore32/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index a889117..9bb1180 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -24,7 +24,7 @@ config UNICORE32
Please see web page at <http://www.pkunity.com/>.

config GENERIC_GPIO
- def_bool y
+ def_bool n

config GENERIC_CSUM
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/