diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-09 02:28:07 -0500 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:14 -0400 |
commit | ab294726107639ca835cf1ed1cfc5092fcf53903 (patch) | |
tree | 88bf4248eaa3c505a4c1b7d63b717722394b64d4 /arch/mips/Kconfig | |
parent | efb1243690c50874345756015c5d15e76bd74eae (diff) |
arm: remove redundant GENERIC_GPIO selection
GENERIC_GPIO was selected next to ARCH_REQUIRE_GPIOLIB, which itself
selects 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/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 983503899478..50cded3714af 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -224,7 +224,6 @@ config MACH_JZ4740 | |||
224 | select SYS_SUPPORTS_ZBOOT_UART16550 | 224 | select SYS_SUPPORTS_ZBOOT_UART16550 |
225 | select DMA_NONCOHERENT | 225 | select DMA_NONCOHERENT |
226 | select IRQ_CPU | 226 | select IRQ_CPU |
227 | select GENERIC_GPIO | ||
228 | select ARCH_REQUIRE_GPIOLIB | 227 | select ARCH_REQUIRE_GPIOLIB |
229 | select SYS_HAS_EARLY_PRINTK | 228 | select SYS_HAS_EARLY_PRINTK |
230 | select HAVE_PWM | 229 | select HAVE_PWM |
@@ -934,7 +933,6 @@ config CSRC_SB1250 | |||
934 | bool | 933 | bool |
935 | 934 | ||
936 | config GPIO_TXX9 | 935 | config GPIO_TXX9 |
937 | select GENERIC_GPIO | ||
938 | select ARCH_REQUIRE_GPIOLIB | 936 | select ARCH_REQUIRE_GPIOLIB |
939 | bool | 937 | bool |
940 | 938 | ||