summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-04-19 13:15:43 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-06-08 09:54:19 +0200
commit8636f344cf14e0b06a3f9aeaca5ac5c3f7d0d055 (patch)
tree5140458b2811f4578e70e009518304de6c127351 /arch/openrisc/Kconfig
parent86ede3d41b56f98fb5923a127d08857309b35524 (diff)
downloadop-kernel-dev-8636f344cf14e0b06a3f9aeaca5ac5c3f7d0d055.zip
op-kernel-dev-8636f344cf14e0b06a3f9aeaca5ac5c3f7d0d055.tar.gz
openrisc: do away with ARCH_REQUIRE_GPIOLIB
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can now be selected directly. Cc: Michael Büsch <m@bues.ch> Cc: Jonas Bonn <jonas@southpole.se> Cc: linux@lists.openrisc.net Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 142cb05..489e7f9 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -10,7 +10,7 @@ config OPENRISC
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
select HAVE_MEMBLOCK
- select ARCH_REQUIRE_GPIOLIB
+ select GPIOLIB
select HAVE_ARCH_TRACEHOOK
select GENERIC_IRQ_CHIP
select GENERIC_IRQ_PROBE
OpenPOWER on IntegriCloud