]> Pileus Git - ~andy/linux/commitdiff
unicore32: default GENERIC_GPIO to false
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 12 Mar 2013 09:08:41 +0000 (18:08 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:15 +0000 (22:48 +0900)
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>
arch/unicore32/Kconfig

index 70f8c8ea89121df644a924b4e87ad44d8c026a72..63521dc6c9d57770974e050844d14be84e6a44bb 100644 (file)
@@ -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