diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-19 10:45:14 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-26 14:07:59 +0200 |
commit | 59851aa87c2ca92a1fd6b73e78a254242306b116 (patch) | |
tree | 646cd426fcebf35b265b11f0b9abeca6f905c342 /arch/arc/plat-tb10x | |
parent | 30d473d4db623a84b3e8d708d332934ed2537fd8 (diff) | |
download | op-kernel-dev-59851aa87c2ca92a1fd6b73e78a254242306b116.zip op-kernel-dev-59851aa87c2ca92a1fd6b73e78a254242306b116.tar.gz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-tb10x/Kconfig b/arch/arc/plat-tb10x/Kconfig index d14b3d3..149e091 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 |