Commit 8192c9ea9ac44213d1266ecb64615519443979b3

Authored by David Daney
Committed by Ralf Baechle
1 parent 71ec6ccfdc

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>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -1268,6 +1268,13 @@
1268 1268 config CPU_SUPPORTS_64BIT_KERNEL
1269 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 1278 menu "Kernel type"
1272 1279  
1273 1280 choice