diff options
-rw-r--r-- | arch/Kconfig | 2 | ||||
-rw-r--r-- | init/Kconfig | 2 |
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 @@ | |||
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 |
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. |