diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a4919b0932ec..83980a07dc89 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1542,6 +1542,7 @@ config CPU_XLP | |||
1542 | select WEAK_ORDERING | 1542 | select WEAK_ORDERING |
1543 | select WEAK_REORDERING_BEYOND_LLSC | 1543 | select WEAK_REORDERING_BEYOND_LLSC |
1544 | select CPU_HAS_PREFETCH | 1544 | select CPU_HAS_PREFETCH |
1545 | select CPU_MIPSR2 | ||
1545 | help | 1546 | help |
1546 | Netlogic Microsystems XLP processors. | 1547 | Netlogic Microsystems XLP processors. |
1547 | endchoice | 1548 | endchoice |
@@ -1755,7 +1756,7 @@ config CPU_SUPPORTS_UNCACHED_ACCELERATED | |||
1755 | bool | 1756 | bool |
1756 | config MIPS_PGD_C0_CONTEXT | 1757 | config MIPS_PGD_C0_CONTEXT |
1757 | bool | 1758 | bool |
1758 | default y if 64BIT && CPU_MIPSR2 | 1759 | default y if 64BIT && CPU_MIPSR2 && !CPU_XLP |
1759 | 1760 | ||
1760 | # | 1761 | # |
1761 | # Set to y for ptrace access to watch registers. | 1762 | # Set to y for ptrace access to watch registers. |