diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2014-12-25 12:49:17 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:41 -0400 |
commit | 60b858f225256a574d33e7321246ae501b7d8693 (patch) | |
tree | 376a58f2842c2d0fe4d492452296ad28e49113e0 /arch/mips/Kconfig | |
parent | 66cc8ff3eb150850cd9230e3aae6c73dee93b06b (diff) |
MIPS: BMIPS: Enable additional peripheral and CPU support in defconfig
Also, add an LE defconfig for set-top box (BCM7xxx). This will allow the
BMIPS kernel to run on several non-BCM3384 platforms.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: f.fainelli@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: arnd@arndb.de
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/8855/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 177497f3ccd2..438a1e8753cd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -143,17 +143,25 @@ config BMIPS_GENERIC | |||
143 | select CSRC_R4K | 143 | select CSRC_R4K |
144 | select SYNC_R4K | 144 | select SYNC_R4K |
145 | select COMMON_CLK | 145 | select COMMON_CLK |
146 | select DMA_NONCOHERENT | 146 | select BCM7038_L1_IRQ |
147 | select BCM7120_L2_IRQ | ||
148 | select BRCMSTB_L2_IRQ | ||
147 | select IRQ_CPU | 149 | select IRQ_CPU |
150 | select RAW_IRQ_ACCESSORS | ||
151 | select DMA_NONCOHERENT | ||
148 | select SYS_SUPPORTS_32BIT_KERNEL | 152 | select SYS_SUPPORTS_32BIT_KERNEL |
153 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
149 | select SYS_SUPPORTS_BIG_ENDIAN | 154 | select SYS_SUPPORTS_BIG_ENDIAN |
150 | select SYS_SUPPORTS_HIGHMEM | 155 | select SYS_SUPPORTS_HIGHMEM |
156 | select SYS_HAS_CPU_BMIPS32_3300 | ||
157 | select SYS_HAS_CPU_BMIPS4350 | ||
158 | select SYS_HAS_CPU_BMIPS4380 | ||
151 | select SYS_HAS_CPU_BMIPS5000 | 159 | select SYS_HAS_CPU_BMIPS5000 |
152 | select SWAP_IO_SPACE | 160 | select SWAP_IO_SPACE |
153 | select USB_EHCI_BIG_ENDIAN_DESC | 161 | select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN |
154 | select USB_EHCI_BIG_ENDIAN_MMIO | 162 | select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN |
155 | select USB_OHCI_BIG_ENDIAN_DESC | 163 | select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN |
156 | select USB_OHCI_BIG_ENDIAN_MMIO | 164 | select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN |
157 | help | 165 | help |
158 | Build a generic DT-based kernel image that boots on select | 166 | Build a generic DT-based kernel image that boots on select |
159 | BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top | 167 | BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top |