aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2010-02-26 15:01:23 +0100
committerRobert Richter <robert.richter@amd.com>2010-02-26 15:13:54 +0100
commitb309a294e5b24692d0f7ea1defa168074cea619e (patch)
tree8f776bd9ffbc05dfc2f3ca6d6ea3eb7b228ee831
parentoprofile: remove tracing build dependency (diff)
downloadlinux-dev-b309a294e5b24692d0f7ea1defa168074cea619e.tar.xz
linux-dev-b309a294e5b24692d0f7ea1defa168074cea619e.zip
oprofile: remove EXPERIMENTAL from the config option description
OProfile is already used for a long time and no longer experimental. Signed-off-by: Robert Richter <robert.richter@amd.com>
-rw-r--r--arch/Kconfig2
-rw-r--r--init/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 25e69f727a2e..d67787241813 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -3,7 +3,7 @@
#
config OPROFILE
- tristate "OProfile system profiling (EXPERIMENTAL)"
+ tristate "OProfile system profiling"
depends on PROFILING
depends on HAVE_OPROFILE
select RING_BUFFER
diff --git a/init/Kconfig b/init/Kconfig
index d95ca7cd5d45..b7c583956107 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1112,7 +1112,7 @@ config MMAP_ALLOW_UNINITIALIZED
See Documentation/nommu-mmap.txt for more information.
config PROFILING
- bool "Profiling support (EXPERIMENTAL)"
+ bool "Profiling support"
help
Say Y here to enable the extended profiling support mechanisms used
by profilers such as OProfile.