summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/Kconfig
diff options
context:
space:
mode:
authorAlexandre Courbot2013-03-12 10:08:41 +0100
committerAlexandre Courbot2013-03-20 14:48:15 +0100
commitaef1552bc192c2cb1742d7684e0fbd23775f3dac (patch)
tree6240500974f70950be39b0ca0c908ad603610d71 /arch/unicore32/Kconfig
parentunicore32: remove unneeded select GENERIC_GPIO (diff)
downloadkernel-qcow2-linux-aef1552bc192c2cb1742d7684e0fbd23775f3dac.tar.gz
kernel-qcow2-linux-aef1552bc192c2cb1742d7684e0fbd23775f3dac.tar.xz
kernel-qcow2-linux-aef1552bc192c2cb1742d7684e0fbd23775f3dac.zip
unicore32: default GENERIC_GPIO to false
GPIO implementation for unicore32 uses gpiolib, which sets GENERIC_GPIO when selected. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/unicore32/Kconfig')
-rw-r--r--arch/unicore32/Kconfig2
1 files changed, 1 insertions, 1 deletions
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 <http://www.pkunity.com/>.
config GENERIC_GPIO
- def_bool y
+ bool
config GENERIC_CSUM
def_bool y