Skip to content

Commit

Permalink
[MIPS] Update Malta config.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 8, 2006
1 parent ba00003 commit 59d6ab8
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 33 deletions.
20 changes: 10 additions & 10 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1465,31 +1465,31 @@ config MIPS_MT_DISABLED
the option of an MT-enabled processor this option will be the only
option in this menu.

config MIPS_MT_SMTC
bool "SMTC: Use all TCs on all VPEs for SMP"
depends on CPU_MIPS32_R2
#depends on CPU_MIPS64_R2 # once there is hardware ...
config MIPS_MT_SMP
bool "Use 1 TC on each available VPE for SMP"
depends on SYS_SUPPORTS_MULTITHREADING
select CPU_MIPSR2_IRQ_VI
select CPU_MIPSR2_SRS
select MIPS_MT
select SMP
select SYS_SUPPORTS_SMP
help
This is a kernel model which is known a SMTC or lately has been
marketesed into SMVP.
This is a kernel model which is also known a VSMP or lately
has been marketesed into SMVP.

config MIPS_MT_SMP
bool "Use 1 TC on each available VPE for SMP"
config MIPS_MT_SMTC
bool "SMTC: Use all TCs on all VPEs for SMP"
depends on CPU_MIPS32_R2
#depends on CPU_MIPS64_R2 # once there is hardware ...
depends on SYS_SUPPORTS_MULTITHREADING
select CPU_MIPSR2_IRQ_VI
select CPU_MIPSR2_SRS
select MIPS_MT
select SMP
select SYS_SUPPORTS_SMP
help
This is a kernel model which is also known a VSMP or lately
has been marketesed into SMVP.
This is a kernel model which is known a SMTC or lately has been
marketesed into SMVP.

config MIPS_VPE_LOADER
bool "VPE loader support."
Expand Down
Loading

0 comments on commit 59d6ab8

Please sign in to comment.