From: Alexandre Courbot Date: Tue, 12 Mar 2013 09:08:41 +0000 (+0900) Subject: unicore32: default GENERIC_GPIO to false X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=aef1552bc192c2cb1742d7684e0fbd23775f3dac;p=deliverable%2Flinux.git unicore32: default GENERIC_GPIO to false GPIO implementation for unicore32 uses gpiolib, which sets GENERIC_GPIO when selected. Signed-off-by: Alexandre Courbot Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 70f8c8ea8912..63521dc6c9d5 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -24,7 +24,7 @@ config UNICORE32 Please see web page at . config GENERIC_GPIO - def_bool y + bool config GENERIC_CSUM def_bool y