Skip to content
Snippets Groups Projects
Commit 8192c9ea authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Add HARDWARE_WATCHPOINTS configure option.


This is automatically set for all MIPS32 and MIPS64 processors.

Signed-off-by: default avatarDavid Daney <ddaney@avtrex.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 71ec6ccf
No related branches found
No related tags found
No related merge requests found
......@@ -1268,6 +1268,13 @@ config CPU_SUPPORTS_32BIT_KERNEL
config CPU_SUPPORTS_64BIT_KERNEL
bool
#
# Set to y for ptrace access to watch registers.
#
config HARDWARE_WATCHPOINTS
bool
default y if CPU_MIPS32 || CPU_MIPS64
menu "Kernel type"
choice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment