aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/oprofile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/oprofile/Kconfig')
-rw-r--r--arch/s390/oprofile/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/s390/oprofile/Kconfig b/arch/s390/oprofile/Kconfig
new file mode 100644
index 00000000000..208220a5f23
--- /dev/null
+++ b/arch/s390/oprofile/Kconfig
@@ -0,0 +1,22 @@
+
+menu "Profiling support"
+
+config PROFILING
+ bool "Profiling support"
+ help
+ Say Y here to enable profiling support mechanisms used by
+ profilers such as readprofile or OProfile.
+
+
+config OPROFILE
+ tristate "OProfile system profiling"
+ depends on PROFILING
+ help
+ OProfile is a profiling system capable of profiling the
+ whole system, include the kernel, kernel modules, libraries,
+ and applications.
+
+ If unsure, say N.
+
+endmenu
+