]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
m68k: do away with ARCH_REQUIRE_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 09:17:49 +0000 (11:17 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Apr 2016 12:01:04 +0000 (14:01 +0200)
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.

Cc: Michael Büsch <m@bues.ch>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/m68k/Kconfig.cpu

index 0dfcf1281e9cc4798d0ccc0d077f3d7db5bd071c..c1beb5ae181fa61648fab7f44040c940c8372aa1 100644 (file)
@@ -22,11 +22,11 @@ config M68KCLASSIC
 
 config COLDFIRE
        bool "Coldfire CPU family support"
-       select ARCH_REQUIRE_GPIOLIB
        select ARCH_HAVE_CUSTOM_GPIO_H
        select CPU_HAS_NO_BITFIELDS
        select CPU_HAS_NO_MULDIV64
        select GENERIC_CSUM
+       select GPIOLIB
        select HAVE_CLK
 
 endchoice