diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-12 18:08:41 +0900 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 22:48:15 +0900 |
commit | aef1552bc192c2cb1742d7684e0fbd23775f3dac (patch) | |
tree | 6240500974f70950be39b0ca0c908ad603610d71 /arch/unicore32 | |
parent | d80a357809e9d0860919cfcd563807a253e7ac0e (diff) |
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')
-rw-r--r-- | arch/unicore32/Kconfig | 2 |
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 |