diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index dcae3a7035db..17f198914e6d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1996,12 +1996,16 @@ config MIPS_VPE_APSP_API_MT | |||
1996 | config MIPS_CMP | 1996 | config MIPS_CMP |
1997 | bool "MIPS CMP support" | 1997 | bool "MIPS CMP support" |
1998 | depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP | 1998 | depends on SYS_SUPPORTS_MIPS_CMP && MIPS_MT_SMP |
1999 | select MIPS_GIC_IPI | ||
1999 | select SYNC_R4K | 2000 | select SYNC_R4K |
2000 | select WEAK_ORDERING | 2001 | select WEAK_ORDERING |
2001 | default n | 2002 | default n |
2002 | help | 2003 | help |
2003 | Enable Coherency Manager processor (CMP) support. | 2004 | Enable Coherency Manager processor (CMP) support. |
2004 | 2005 | ||
2006 | config MIPS_GIC_IPI | ||
2007 | bool | ||
2008 | |||
2005 | config SB1_PASS_1_WORKAROUNDS | 2009 | config SB1_PASS_1_WORKAROUNDS |
2006 | bool | 2010 | bool |
2007 | depends on CPU_SB1_PASS_1 | 2011 | depends on CPU_SB1_PASS_1 |