diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:26 -0400 |
commit | 39b8d5254246ac56342b72f812255c8f7a74dca9 (patch) | |
tree | a9ec6bfb5d09a8367c34cc2067328d1b49bb46c1 /arch/mips/Kconfig | |
parent | 308402445e005a039a72b315cd9b5ceeaea0063c (diff) |
[MIPS] Add support for MIPS CMP platform.
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
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, 18 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8724ed3298d3..89b03775a195 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -221,6 +221,7 @@ config MIPS_MALTA | |||
221 | select DMA_NONCOHERENT | 221 | select DMA_NONCOHERENT |
222 | select GENERIC_ISA_DMA | 222 | select GENERIC_ISA_DMA |
223 | select IRQ_CPU | 223 | select IRQ_CPU |
224 | select IRQ_GIC | ||
224 | select HW_HAS_PCI | 225 | select HW_HAS_PCI |
225 | select I8253 | 226 | select I8253 |
226 | select I8259 | 227 | select I8259 |
@@ -840,6 +841,9 @@ config MIPS_NILE4 | |||
840 | config MIPS_DISABLE_OBSOLETE_IDE | 841 | config MIPS_DISABLE_OBSOLETE_IDE |
841 | bool | 842 | bool |
842 | 843 | ||
844 | config SYNC_R4K | ||
845 | bool | ||
846 | |||
843 | config NO_IOPORT | 847 | config NO_IOPORT |
844 | def_bool n | 848 | def_bool n |
845 | 849 | ||
@@ -909,6 +913,9 @@ config IRQ_TXX9 | |||
909 | config IRQ_GT641XX | 913 | config IRQ_GT641XX |
910 | bool | 914 | bool |
911 | 915 | ||
916 | config IRQ_GIC | ||
917 | bool | ||
918 | |||
912 | config MIPS_BOARDS_GEN | 919 | config MIPS_BOARDS_GEN |
913 | bool | 920 | bool |
914 | 921 | ||
@@ -1811,6 +1818,17 @@ config NR_CPUS | |||
1811 | performance should round up your number of processors to the next | 1818 | performance should round up your number of processors to the next |
1812 | power of two. | 1819 | power of two. |
1813 | 1820 | ||
1821 | config MIPS_CMP | ||
1822 | bool "MIPS CMP framework support" | ||
1823 | depends on SMP | ||
1824 | select SYNC_R4K | ||
1825 | select SYS_SUPPORTS_SCHED_SMT | ||
1826 | select WEAK_ORDERING | ||
1827 | default n | ||
1828 | help | ||
1829 | This is a placeholder option for the GCMP work. It will need to | ||
1830 | be handled differently... | ||
1831 | |||
1814 | source "kernel/time/Kconfig" | 1832 | source "kernel/time/Kconfig" |
1815 | 1833 | ||
1816 | # | 1834 | # |