diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f6f3b990d837..20b223ba654d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1427,6 +1427,9 @@ config CPU_SUPPORTS_64BIT_KERNEL | |||
1427 | bool | 1427 | bool |
1428 | config CPU_SUPPORTS_HUGEPAGES | 1428 | config CPU_SUPPORTS_HUGEPAGES |
1429 | bool | 1429 | bool |
1430 | config MIPS_PGD_C0_CONTEXT | ||
1431 | bool | ||
1432 | default y if 64BIT && CPU_MIPSR2 | ||
1430 | 1433 | ||
1431 | # | 1434 | # |
1432 | # Set to y for ptrace access to watch registers. | 1435 | # Set to y for ptrace access to watch registers. |