From: Alexandre Courbot Date: Mon, 11 Mar 2013 10:17:52 +0000 (+0900) Subject: mips: alchemy: require gpiolib X-Git-Tag: next-20130321~15^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=efb1243690c50874345756015c5d15e76bd74eae;p=karo-tx-linux.git mips: alchemy: require gpiolib Require gpiolib instead of just GENERIC_GPIO. Signed-off-by: Alexandre Courbot Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1179b7e0e29e..983503899478 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -61,8 +61,7 @@ config MIPS_ALCHEMY select SYS_HAS_CPU_MIPS32_R1 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_APM_EMULATION - select GENERIC_GPIO - select ARCH_WANT_OPTIONAL_GPIOLIB + select ARCH_REQUIRE_GPIOLIB select SYS_SUPPORTS_ZBOOT select USB_ARCH_HAS_OHCI select USB_ARCH_HAS_EHCI