diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-11-20 17:24:34 -0500 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-12 12:57:49 -0500 |
commit | 2da4c74dc3711275e82856e62884c99f7a45f541 (patch) | |
tree | 4d557c633a005a86c4bedebb1bd4cd32752f93d9 /arch/mips/Kconfig | |
parent | ec43b08b5733494ad88aa618ecdf534320dd8207 (diff) |
MIPS: BCM47XX: remove GPIO driver
Instated of providing an own GPIO driver use the one provided by ssb and
bcma.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: http://patchwork.linux-mips.org/patch/4592
Acked-by: Florian Fainelli <florian@openwrt.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f569790e24e2..1f495eb077d8 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -105,6 +105,7 @@ config ATH79 | |||
105 | 105 | ||
106 | config BCM47XX | 106 | config BCM47XX |
107 | bool "Broadcom BCM47XX based boards" | 107 | bool "Broadcom BCM47XX based boards" |
108 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
108 | select CEVT_R4K | 109 | select CEVT_R4K |
109 | select CSRC_R4K | 110 | select CSRC_R4K |
110 | select DMA_NONCOHERENT | 111 | select DMA_NONCOHERENT |
@@ -112,7 +113,6 @@ config BCM47XX | |||
112 | select IRQ_CPU | 113 | select IRQ_CPU |
113 | select SYS_SUPPORTS_32BIT_KERNEL | 114 | select SYS_SUPPORTS_32BIT_KERNEL |
114 | select SYS_SUPPORTS_LITTLE_ENDIAN | 115 | select SYS_SUPPORTS_LITTLE_ENDIAN |
115 | select GENERIC_GPIO | ||
116 | select SYS_HAS_EARLY_PRINTK | 116 | select SYS_HAS_EARLY_PRINTK |
117 | select CFE | 117 | select CFE |
118 | help | 118 | help |