aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2014-12-25 12:49:00 -0500
committerRalf Baechle <ralf@linux-mips.org>2015-04-01 11:21:35 -0400
commit5f2d44591fb374ae346a3df682d722b68552adc2 (patch)
tree22bd5d017c3b9fe25a25587ebb65b05abf37cbe1 /arch/mips/Kconfig
parenteb2236ea580bb21c954c889cc3dc05b3e98238cd (diff)
MIPS: bcm3384: Rename "bcm3384" target to "bmips"
This platform is configured primarily through device tree, and we can reuse the same code to support a bunch of other chips. Change the name to reflect this. [ralf@linux-mips.org: Fix conflicts with other patches.] Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Cc: f.fainelli@gmail.com Cc: jaedon.shin@gmail.com Cc: abrestic@chromium.org Cc: tglx@linutronix.de Cc: jason@lakedaemon.net Cc: jogo@openwrt.org Cc: computersforpeace@gmail.com Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8838/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index faa6fb7b7805..3d759c590f59 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -134,8 +134,8 @@ config ATH79
134 help 134 help
135 Support for the Atheros AR71XX/AR724X/AR913X SoCs. 135 Support for the Atheros AR71XX/AR724X/AR913X SoCs.
136 136
137config BCM3384 137config BMIPS_GENERIC
138 bool "Broadcom BCM3384 based boards" 138 bool "Broadcom Generic BMIPS kernel"
139 select BOOT_RAW 139 select BOOT_RAW
140 select NO_EXCEPT_FILL 140 select NO_EXCEPT_FILL
141 select USE_OF 141 select USE_OF
@@ -155,10 +155,10 @@ config BCM3384
155 select USB_OHCI_BIG_ENDIAN_DESC 155 select USB_OHCI_BIG_ENDIAN_DESC
156 select USB_OHCI_BIG_ENDIAN_MMIO 156 select USB_OHCI_BIG_ENDIAN_MMIO
157 help 157 help
158 Support for BCM3384 based boards. BCM3384/BCM33843 is a cable modem 158 Build a generic DT-based kernel image that boots on select
159 chipset with a Linux application processor that is often used to 159 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
160 provide Samba services, a CUPS print server, and/or advanced routing 160 box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
161 features. 161 must be set appropriately for your board.
162 162
163config BCM47XX 163config BCM47XX
164 bool "Broadcom BCM47XX based boards" 164 bool "Broadcom BCM47XX based boards"