diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-11 06:18:25 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:16 -0400 |
commit | eb04eb268d337db274bb675f31f690ba3ae5a346 (patch) | |
tree | 7d0dfb75c81ffdd5df217cbb132a1629e7558c33 /arch | |
parent | 5fa0a8cb45257c165e4e8ee7dfccfc605bffae90 (diff) |
mips: pnx833x: remove requirement for GENERIC_GPIO
pnx833x does not seem to use the generic gpio API.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 50cded3714af..ff0e563206cf 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1107,7 +1107,6 @@ config SOC_PNX833X | |||
1107 | select SYS_SUPPORTS_32BIT_KERNEL | 1107 | select SYS_SUPPORTS_32BIT_KERNEL |
1108 | select SYS_SUPPORTS_LITTLE_ENDIAN | 1108 | select SYS_SUPPORTS_LITTLE_ENDIAN |
1109 | select SYS_SUPPORTS_BIG_ENDIAN | 1109 | select SYS_SUPPORTS_BIG_ENDIAN |
1110 | select GENERIC_GPIO | ||
1111 | select CPU_MIPSR2_IRQ_VI | 1110 | select CPU_MIPSR2_IRQ_VI |
1112 | 1111 | ||
1113 | config SOC_PNX8335 | 1112 | config SOC_PNX8335 |