Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b309a294 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile: remove EXPERIMENTAL from the config option description



OProfile is already used for a long time and no longer experimental.

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 18b4a4d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.