Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

+1 −1
Original line number Diff line number Diff line
@@ -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