Skip to content

Commit

Permalink
openrisc: default GENERIC_GPIO to false
Browse files Browse the repository at this point in the history
This is one step towards the removal of the GENERIC_GPIO option.
OpenRISC mandates the use of GPIOLIB, which enables GENERIC_GPIO anyway,
so this patch should be a no-op.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Alexandre Courbot committed Mar 20, 2013
1 parent 85b0987 commit 5fa0a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/openrisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config NO_IOPORT
def_bool y

config GENERIC_GPIO
def_bool y
def_bool n

config TRACE_IRQFLAGS_SUPPORT
def_bool y
Expand Down

0 comments on commit 5fa0a8c

Please sign in to comment.