diff options
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 71e8ebd8ed0b..600eef3f3ac7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1365,7 +1365,7 @@ config CPU_SUPPORTS_64BIT_KERNEL | |||
1365 | # | 1365 | # |
1366 | config HARDWARE_WATCHPOINTS | 1366 | config HARDWARE_WATCHPOINTS |
1367 | bool | 1367 | bool |
1368 | default y if CPU_MIPS32 || CPU_MIPS64 | 1368 | default y if CPU_MIPSR1 || CPU_MIPSR2 |
1369 | 1369 | ||
1370 | menu "Kernel type" | 1370 | menu "Kernel type" |
1371 | 1371 | ||