summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2013-03-11 10:17:52 (GMT)
committerAlexandre Courbot <acourbot@nvidia.com>2013-03-20 13:48:14 (GMT)
commitefb1243690c50874345756015c5d15e76bd74eae (patch)
tree770ae6ef6e797aeceaa3ebcea541f0fd6612819c /arch/mips/Kconfig
parentf9612a65ec0a0457ee62c94e42f89abf2f8fbe21 (diff)
downloadlinux-fsl-qoriq-efb1243690c50874345756015c5d15e76bd74eae.tar.xz
mips: alchemy: require gpiolib
Require gpiolib instead of just GENERIC_GPIO. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 1179b7e..9835038 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