diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-07-30 23:59:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-07-30 23:59:56 -0700 |
| commit | fb5e9276e4eceeda7c605a2aee5eb5947c20ea68 (patch) | |
| tree | c5016f8fc46fcf42ecd7e9f18418e2364ee2bc36 | |
| parent | 420e40e5e708ca0a8f1bda454ce3d683d1d62c0d (diff) | |
| parent | b69cba7b7ccb03b240525212f98ccd5a902e7820 (diff) | |
Merge "arch: arm64: Reenable HW breakpoint"
| -rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index be21fb8ebb04..b6f3d353e1f9 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -77,6 +77,7 @@ config ARM64 select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_GRAPH_TRACER select HAVE_GENERIC_DMA_COHERENT + select HAVE_HW_BREAKPOINT if PERF_EVENTS select HAVE_IRQ_TIME_ACCOUNTING select HAVE_MEMBLOCK select HAVE_PATA_PLATFORM |
