diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-11 06:17:52 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:14 -0400 |
commit | efb1243690c50874345756015c5d15e76bd74eae (patch) | |
tree | 770ae6ef6e797aeceaa3ebcea541f0fd6612819c /arch | |
parent | f9612a65ec0a0457ee62c94e42f89abf2f8fbe21 (diff) |
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')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
61 | select SYS_HAS_CPU_MIPS32_R1 | 61 | select SYS_HAS_CPU_MIPS32_R1 |
62 | select SYS_SUPPORTS_32BIT_KERNEL | 62 | select SYS_SUPPORTS_32BIT_KERNEL |
63 | select SYS_SUPPORTS_APM_EMULATION | 63 | select SYS_SUPPORTS_APM_EMULATION |
64 | select GENERIC_GPIO | 64 | select ARCH_REQUIRE_GPIOLIB |
65 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
66 | select SYS_SUPPORTS_ZBOOT | 65 | select SYS_SUPPORTS_ZBOOT |
67 | select USB_ARCH_HAS_OHCI | 66 | select USB_ARCH_HAS_OHCI |
68 | select USB_ARCH_HAS_EHCI | 67 | select USB_ARCH_HAS_EHCI |