aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorSteven J. Hill <sjhill@mips.com>2012-05-10 22:46:20 -0400
committerSteven J. Hill <sjhill@mips.com>2012-09-13 16:43:47 -0400
commitec47b27434eff8ad41e7389efca1e5a6ca8b519a (patch)
treecda58aa2dd86226bc4823c56d4720fb79c8a1b5d /arch/mips/Kconfig
parent3070033a16edcc21688d5ea8967c89522f833862 (diff)
MIPS: Changes to configuration files for SEAD-3 platform.
Change MIPS configuration files to add the SEAD-3. Also add new default configuration file for a SEAD-3 kernel. Signed-off-by: Steven J. Hill <sjhill@mips.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig32
1 files changed, 30 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 331d574df99c..e15180ba9f63 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -319,6 +319,36 @@ config MIPS_MALTA
319 This enables support for the MIPS Technologies Malta evaluation 319 This enables support for the MIPS Technologies Malta evaluation
320 board. 320 board.
321 321
322config MIPS_SEAD3
323 bool "MIPS SEAD3 board"
324 select BOOT_ELF32
325 select BOOT_RAW
326 select CEVT_R4K
327 select CSRC_R4K
328 select CPU_MIPSR2_IRQ_VI
329 select CPU_MIPSR2_IRQ_EI
330 select DMA_NONCOHERENT
331 select IRQ_CPU
332 select IRQ_GIC
333 select MIPS_BOARDS_GEN
334 select MIPS_CPU_SCACHE
335 select MIPS_MSC
336 select SYS_HAS_CPU_MIPS32_R1
337 select SYS_HAS_CPU_MIPS32_R2
338 select SYS_HAS_CPU_MIPS64_R1
339 select SYS_HAS_EARLY_PRINTK
340 select SYS_SUPPORTS_32BIT_KERNEL
341 select SYS_SUPPORTS_64BIT_KERNEL
342 select SYS_SUPPORTS_BIG_ENDIAN
343 select SYS_SUPPORTS_LITTLE_ENDIAN
344 select SYS_SUPPORTS_SMARTMIPS
345 select USB_ARCH_HAS_EHCI
346 select USB_EHCI_BIG_ENDIAN_DESC
347 select USB_EHCI_BIG_ENDIAN_MMIO
348 help
349 This enables support for the MIPS Technologies SEAD3 evaluation
350 board.
351
322config MIPS_SIM 352config MIPS_SIM
323 bool 'MIPS simulator (MIPSsim)' 353 bool 'MIPS simulator (MIPSsim)'
324 select CEVT_R4K 354 select CEVT_R4K
@@ -1748,7 +1778,6 @@ config HARDWARE_WATCHPOINTS
1748menu "Kernel type" 1778menu "Kernel type"
1749 1779
1750choice 1780choice
1751
1752 prompt "Kernel code model" 1781 prompt "Kernel code model"
1753 help 1782 help
1754 You should only select this option if you have a workload that 1783 You should only select this option if you have a workload that
@@ -1954,7 +1983,6 @@ config SCHED_SMT
1954config SYS_SUPPORTS_SCHED_SMT 1983config SYS_SUPPORTS_SCHED_SMT
1955 bool 1984 bool
1956 1985
1957
1958config SYS_SUPPORTS_MULTITHREADING 1986config SYS_SUPPORTS_MULTITHREADING
1959 bool 1987 bool
1960 1988