]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
blackfin: do away with ARCH_REQUIRE_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 09:12:36 +0000 (11:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Aug 2016 07:50:00 +0000 (09:50 +0200)
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.

Cc: Michael Büsch <m@bues.ch>
Cc: Steven Miao <realmz6@gmail.com>
Cc: adi-buildroot-devel@lists.sourceforge.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/blackfin/Kconfig

index 28c63fea786d38b1e6f671296e908f784eb18a59..3c1bd640042a0dc9f0c0866c8c93c7346cf1171a 100644 (file)
@@ -26,7 +26,7 @@ config BLACKFIN
        select HAVE_OPROFILE
        select HAVE_PERF_EVENTS
        select ARCH_HAVE_CUSTOM_GPIO_H
-       select ARCH_REQUIRE_GPIOLIB
+       select GPIOLIB
        select HAVE_UID16
        select HAVE_UNDERSCORE_SYMBOL_PREFIX
        select VIRT_TO_BUS