aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/oprofile/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:19 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:19 +0200
commit33fc6d51336046bd6e8c7d1a42faff881fa6fb45 (patch)
treea15b00a475c8d00b3302c48fa37ee7e23eb26950 /arch/x86_64/oprofile/Kconfig
parentx86_64: move mm (diff)
downloadlinux-dev-33fc6d51336046bd6e8c7d1a42faff881fa6fb45.tar.xz
linux-dev-33fc6d51336046bd6e8c7d1a42faff881fa6fb45.zip
x86_64: move oprofile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--arch/x86_64/oprofile/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/x86_64/oprofile/Kconfig b/arch/x86_64/oprofile/Kconfig
deleted file mode 100644
index d8a84088471a..000000000000
--- a/arch/x86_64/oprofile/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-config PROFILING
- bool "Profiling support (EXPERIMENTAL)"
- help
- Say Y here to enable the extended profiling support mechanisms used
- by profilers such as OProfile.
-
-
-config OPROFILE
- tristate "OProfile system profiling (EXPERIMENTAL)"
- 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.
-