diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2014-10-21 00:28:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:13 -0500 |
commit | d666cd0246f78bda9fbf92a7ded20d1932078652 (patch) | |
tree | 1da1dc83ed312922062c301e7681f1669904e184 /arch/mips/Kconfig | |
parent | ab81ce62178c14e883b8cfa9773b289f22e99489 (diff) |
MIPS: bcm3384: Initial commit of bcm3384 platform support
This supports SMP Linux running on the BCM3384 Zephyr (BMIPS5000)
application processor, with fully functional UART and USB 1.1/2.0.
Device Tree is used to configure the following items:
- All peripherals
- Early console base address
- SMP or UP mode
- MIPS counter frequency
- Memory size / regions
- DMA offset
- Kernel command line
The DT-enabled bootloader and build instructions are posted at
https://github.com/Broadcom/aeolus
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: mbizon@freebox.fr
Cc: jogo@openwrt.org
Cc: jfraser@broadcom.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8170/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 002cf4c56ebf..3afb795c0125 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -116,6 +116,32 @@ config ATH79 | |||
116 | help | 116 | help |
117 | Support for the Atheros AR71XX/AR724X/AR913X SoCs. | 117 | Support for the Atheros AR71XX/AR724X/AR913X SoCs. |
118 | 118 | ||
119 | config BCM3384 | ||
120 | bool "Broadcom BCM3384 based boards" | ||
121 | select BOOT_RAW | ||
122 | select NO_EXCEPT_FILL | ||
123 | select USE_OF | ||
124 | select CEVT_R4K | ||
125 | select CSRC_R4K | ||
126 | select SYNC_R4K | ||
127 | select COMMON_CLK | ||
128 | select DMA_NONCOHERENT | ||
129 | select IRQ_CPU | ||
130 | select SYS_SUPPORTS_32BIT_KERNEL | ||
131 | select SYS_SUPPORTS_BIG_ENDIAN | ||
132 | select SYS_SUPPORTS_HIGHMEM | ||
133 | select SYS_HAS_CPU_BMIPS5000 | ||
134 | select SWAP_IO_SPACE | ||
135 | select USB_EHCI_BIG_ENDIAN_DESC | ||
136 | select USB_EHCI_BIG_ENDIAN_MMIO | ||
137 | select USB_OHCI_BIG_ENDIAN_DESC | ||
138 | select USB_OHCI_BIG_ENDIAN_MMIO | ||
139 | help | ||
140 | Support for BCM3384 based boards. BCM3384/BCM33843 is a cable modem | ||
141 | chipset with a Linux application processor that is often used to | ||
142 | provide Samba services, a CUPS print server, and/or advanced routing | ||
143 | features. | ||
144 | |||
119 | config BCM47XX | 145 | config BCM47XX |
120 | bool "Broadcom BCM47XX based boards" | 146 | bool "Broadcom BCM47XX based boards" |
121 | select ARCH_WANT_OPTIONAL_GPIOLIB | 147 | select ARCH_WANT_OPTIONAL_GPIOLIB |