diff options
author | David Daney <ddaney@avtrex.com> | 2008-09-23 03:04:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:55 -0400 |
commit | 8192c9ea9ac44213d1266ecb64615519443979b3 (patch) | |
tree | 79ea18e086d58ba39e25e24078dc0e7ea008c5ab /arch/mips/Kconfig | |
parent | 71ec6ccfdc2706e767189d40016fc802305067bb (diff) |
MIPS: Add HARDWARE_WATCHPOINTS configure option.
This is automatically set for all MIPS32 and MIPS64 processors.
Signed-off-by: David Daney <ddaney@avtrex.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 16097a8f5c52..cd5fbf6f0784 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1268,6 +1268,13 @@ config CPU_SUPPORTS_32BIT_KERNEL | |||
1268 | config CPU_SUPPORTS_64BIT_KERNEL | 1268 | config CPU_SUPPORTS_64BIT_KERNEL |
1269 | bool | 1269 | bool |
1270 | 1270 | ||
1271 | # | ||
1272 | # Set to y for ptrace access to watch registers. | ||
1273 | # | ||
1274 | config HARDWARE_WATCHPOINTS | ||
1275 | bool | ||
1276 | default y if CPU_MIPS32 || CPU_MIPS64 | ||
1277 | |||
1271 | menu "Kernel type" | 1278 | menu "Kernel type" |
1272 | 1279 | ||
1273 | choice | 1280 | choice |