Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e05f2e18 authored by Linus Walleij's avatar Linus Walleij
Browse files

m68k: 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: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Acked-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e944b10a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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