]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 426ac4b8bb393889ae15947403b96f2c76eae345..c54d1ae57fe0b3feffd4578387f11593c45308e4 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 d14b3d3c5dfdd9b51d0f1bd819dab2c00f1f57fa..149e0917645d73776b5c8f8bc78d91bdca1e6959 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