aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/plat-tb10x
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-04-19 10:45:14 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-04-26 14:07:59 +0200
commit59851aa87c2ca92a1fd6b73e78a254242306b116 (patch)
tree646cd426fcebf35b265b11f0b9abeca6f905c342 /arch/arc/plat-tb10x
parent30d473d4db623a84b3e8d708d332934ed2537fd8 (diff)
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: Vineet Gupta <vgupt@synopsys.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arc/plat-tb10x')
-rw-r--r--arch/arc/plat-tb10x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-tb10x/Kconfig b/arch/arc/plat-tb10x/Kconfig
index d14b3d3c5dfd..149e0917645d 100644
--- a/arch/arc/plat-tb10x/Kconfig
+++ b/arch/arc/plat-tb10x/Kconfig
@@ -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