openrisc: do away with ARCH_REQUIRE_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 11:15:43 +0000 (13:15 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jun 2016 07:54:19 +0000 (09:54 +0200)
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>
arch/openrisc/Kconfig

index 142cb057c41bd3218cb4a3634335452e161f172c..489e7f9092862434c3b89d5a89bd0eaea91405f2 100644 (file)
@@ -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
This page took 0.024723 seconds and 5 git commands to generate.