diff options
author | Linus Walleij | 2016-04-19 10:45:14 +0200 |
---|---|---|
committer | Linus Walleij | 2016-04-26 14:07:59 +0200 |
commit | 59851aa87c2ca92a1fd6b73e78a254242306b116 (patch) | |
tree | 646cd426fcebf35b265b11f0b9abeca6f905c342 /arch/arc/plat-axs10x | |
parent | 30d473d4db623a84b3e8d708d332934ed2537fd8 (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-axs10x')
-rw-r--r-- | arch/arc/plat-axs10x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-axs10x/Kconfig b/arch/arc/plat-axs10x/Kconfig index 426ac4b8bb39..c54d1ae57fe0 100644 --- a/arch/arc/plat-axs10x/Kconfig +++ b/arch/arc/plat-axs10x/Kconfig @@ -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. |