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 /arch/Kconfig | |
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 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 25e69f727a2e..d67787241813 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config OPROFILE | 5 | config OPROFILE |
6 | tristate "OProfile system profiling (EXPERIMENTAL)" | 6 | tristate "OProfile system profiling" |
7 | depends on PROFILING | 7 | depends on PROFILING |
8 | depends on HAVE_OPROFILE | 8 | depends on HAVE_OPROFILE |
9 | select RING_BUFFER | 9 | select RING_BUFFER |