arc: select GPIOLIB directly
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 08:45:14 +0000 (10:45 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Apr 2016 12:07:59 +0000 (14:07 +0200)
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: Vineet Gupta <vgupt@synopsys.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arc/plat-axs10x/Kconfig
arch/arc/plat-tb10x/Kconfig

index 426ac4b..c54d1ae 100644 (file)
@@ -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.
 
index d14b3d3..149e091 100644 (file)
@@ -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