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, 0 insertions, 22 deletions
diff --git a/arch/s390/oprofile/Kconfig b/arch/s390/oprofile/Kconfig
deleted file mode 100644
index 208220a5f23..00000000000
--- a/arch/s390/oprofile/Kconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-
-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
-