Skip to content

Commit

Permalink
unicore32: default GENERIC_GPIO to false
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Courbot committed Mar 20, 2013
1 parent d80a357 commit aef1552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/unicore32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aef1552

Please sign in to comment.