diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-11-29 09:52:13 +0100 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2017-01-25 09:43:56 +0100 |
commit | fa769d3f58e6b0db4ed9f5f05ef1f251692f90c6 (patch) | |
tree | 756702ca9d8bf135aa42eadbd512675f0d0b1c04 /arch/powerpc/Kconfig | |
parent | powerpc/corenet: add support for the kmcent2 board (diff) | |
download | linux-fa769d3f58e6b0db4ed9f5f05ef1f251692f90c6.tar.xz linux-fa769d3f58e6b0db4ed9f5f05ef1f251692f90c6.zip |
powerpc/32: Enable HW_BREAKPOINT on BOOK3S
BOOK3S also has DABR register and capability to handle data
breakpoints, so this patch enable it on all BOOK3S, not only 64 bits.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a8ee573fe610..1971ed4e0336 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -113,7 +113,7 @@ config PPC select HAVE_PERF_REGS select HAVE_PERF_USER_STACK_DUMP select HAVE_REGS_AND_STACK_ACCESS_API - select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64 + select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S select ARCH_WANT_IPC_PARSE_VERSION select SPARSE_IRQ select IRQ_DOMAIN |