Merge commit 'perf/core' into perf/hw-breakpoint
[linux-drm-fsl-dcu.git] / arch / Kconfig
index beea3ccebb5e4014ea3c9556824a2d54c0423dfa..acb664397945f4345f477aa69d860de2ffc5b966 100644 (file)
@@ -9,6 +9,7 @@ config OPROFILE
        depends on TRACING_SUPPORT
        select TRACING
        select RING_BUFFER
+       select RING_BUFFER_ALLOW_SWAP
        help
          OProfile is a profiling system capable of profiling the
          whole system, include the kernel, kernel modules, libraries,
@@ -125,4 +126,8 @@ config HAVE_DMA_API_DEBUG
 config HAVE_DEFAULT_NO_SPIN_MUTEXES
        bool
 
+config HAVE_HW_BREAKPOINT
+       bool
+
+
 source "kernel/gcov/Kconfig"