diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-09-28 10:29:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-28 10:29:55 -0400 |
commit | cb418b34caddc970c1513e515aaa535246a4bba3 (patch) | |
tree | b89720b74d6a85a9407f03bb064248c7235b9dea /arch/mips/Kconfig | |
parent | 77a0d763c461da81c2a3fc9a7e58162a40854a1a (diff) | |
parent | ff401e52100dcdc85e572d1ad376d3307b3fe28e (diff) |
Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c0cbde6c1770..566462c358c5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -322,6 +322,36 @@ config MIPS_MALTA | |||
322 | This enables support for the MIPS Technologies Malta evaluation | 322 | This enables support for the MIPS Technologies Malta evaluation |
323 | board. | 323 | board. |
324 | 324 | ||
325 | config MIPS_SEAD3 | ||
326 | bool "MIPS SEAD3 board" | ||
327 | select BOOT_ELF32 | ||
328 | select BOOT_RAW | ||
329 | select CEVT_R4K | ||
330 | select CSRC_R4K | ||
331 | select CPU_MIPSR2_IRQ_VI | ||
332 | select CPU_MIPSR2_IRQ_EI | ||
333 | select DMA_NONCOHERENT | ||
334 | select IRQ_CPU | ||
335 | select IRQ_GIC | ||
336 | select MIPS_BOARDS_GEN | ||
337 | select MIPS_CPU_SCACHE | ||
338 | select MIPS_MSC | ||
339 | select SYS_HAS_CPU_MIPS32_R1 | ||
340 | select SYS_HAS_CPU_MIPS32_R2 | ||
341 | select SYS_HAS_CPU_MIPS64_R1 | ||
342 | select SYS_HAS_EARLY_PRINTK | ||
343 | select SYS_SUPPORTS_32BIT_KERNEL | ||
344 | select SYS_SUPPORTS_64BIT_KERNEL | ||
345 | select SYS_SUPPORTS_BIG_ENDIAN | ||
346 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
347 | select SYS_SUPPORTS_SMARTMIPS | ||
348 | select USB_ARCH_HAS_EHCI | ||
349 | select USB_EHCI_BIG_ENDIAN_DESC | ||
350 | select USB_EHCI_BIG_ENDIAN_MMIO | ||
351 | help | ||
352 | This enables support for the MIPS Technologies SEAD3 evaluation | ||
353 | board. | ||
354 | |||
325 | config NEC_MARKEINS | 355 | config NEC_MARKEINS |
326 | bool "NEC EMMA2RH Mark-eins board" | 356 | bool "NEC EMMA2RH Mark-eins board" |
327 | select SOC_EMMA2RH | 357 | select SOC_EMMA2RH |
@@ -1732,7 +1762,6 @@ config HARDWARE_WATCHPOINTS | |||
1732 | menu "Kernel type" | 1762 | menu "Kernel type" |
1733 | 1763 | ||
1734 | choice | 1764 | choice |
1735 | |||
1736 | prompt "Kernel code model" | 1765 | prompt "Kernel code model" |
1737 | help | 1766 | help |
1738 | You should only select this option if you have a workload that | 1767 | You should only select this option if you have a workload that |
@@ -1938,7 +1967,6 @@ config SCHED_SMT | |||
1938 | config SYS_SUPPORTS_SCHED_SMT | 1967 | config SYS_SUPPORTS_SCHED_SMT |
1939 | bool | 1968 | bool |
1940 | 1969 | ||
1941 | |||
1942 | config SYS_SUPPORTS_MULTITHREADING | 1970 | config SYS_SUPPORTS_MULTITHREADING |
1943 | bool | 1971 | bool |
1944 | 1972 | ||