Commit 59851aa8 authored by Linus Walleij's avatar Linus Walleij

arc: select GPIOLIB directly

Instead of indirectly selecting GPIOLIB via the
ARCH_REQUIRE_GPIOLIB symbol, just select GPIOLIB.

Cc: Michael Büsch <m@bues.ch>
Cc: linux-snps-arc@lists.infradead.org
Acked-by: default avatarVineet Gupta <vgupt@synopsys.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 30d473d4
......@@ -13,7 +13,7 @@ menuconfig ARC_PLAT_AXS10X
select OF_GPIO
select MIGHT_HAVE_PCI
select GENERIC_IRQ_CHIP
select ARCH_REQUIRE_GPIOLIB
select GPIOLIB
help
Support for the ARC AXS10x Software Development Platforms.
......
......@@ -21,7 +21,7 @@ menuconfig ARC_PLAT_TB10X
select PINCTRL
select PINCTRL_TB10X
select PINMUX
select ARCH_REQUIRE_GPIOLIB
select GPIOLIB
select GPIO_TB10X
select TB10X_IRQC
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment