Commit 5fa0a8cb authored by Alexandre Courbot's avatar Alexandre Courbot
Browse files

openrisc: default GENERIC_GPIO to false



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: default avatarAlexandre Courbot <acourbot@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarJonas Bonn <jonas@southpole.se>
parent 85b0987e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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