diff options
author | Robert Richter <robert.richter@amd.com> | 2010-02-26 09:01:23 -0500 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2010-02-26 09:13:54 -0500 |
commit | b309a294e5b24692d0f7ea1defa168074cea619e (patch) | |
tree | 8f776bd9ffbc05dfc2f3ca6d6ea3eb7b228ee831 /init | |
parent | 18b4a4d59e97e7ff13ee84b5bec79f3fc70a9f0a (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1112 | See Documentation/nommu-mmap.txt for more information. | 1112 | See Documentation/nommu-mmap.txt for more information. |
1113 | 1113 | ||
1114 | config PROFILING | 1114 | config PROFILING |
1115 | bool "Profiling support (EXPERIMENTAL)" | 1115 | bool "Profiling support" |
1116 | help | 1116 | help |
1117 | Say Y here to enable the extended profiling support mechanisms used | 1117 | Say Y here to enable the extended profiling support mechanisms used |
1118 | by profilers such as OProfile. | 1118 | by profilers such as OProfile. |