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

Commit 966fe399 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL



It makes more sense to make instrumentation support experimental on a
case-by-case basis.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Cc: Andi Kleen <ak@suse.de>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent febfcf91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1256,7 +1256,6 @@ source "fs/Kconfig"

menuconfig INSTRUMENTATION
	bool "Instrumentation Support"
	depends on EXPERIMENTAL
	default y
	---help---
	  Say Y here to get to see options related to performance measurement,
+0 −1
Original line number Diff line number Diff line
@@ -593,7 +593,6 @@ config IRQ_PER_CPU
source "arch/ia64/hp/sim/Kconfig"

menu "Instrumentation Support"
        depends on EXPERIMENTAL

source "arch/ia64/oprofile/Kconfig"

+0 −1
Original line number Diff line number Diff line
@@ -670,7 +670,6 @@ source "arch/powerpc/sysdev/qe_lib/Kconfig"
source "lib/Kconfig"

menu "Instrumentation Support"
	depends on EXPERIMENTAL

source "arch/powerpc/oprofile/Kconfig"

+0 −1
Original line number Diff line number Diff line
@@ -321,7 +321,6 @@ endmenu
source "fs/Kconfig"

menu "Instrumentation Support"
	depends on EXPERIMENTAL

source "arch/sparc/oprofile/Kconfig"

+0 −1
Original line number Diff line number Diff line
@@ -461,7 +461,6 @@ source "drivers/fc4/Kconfig"
source "fs/Kconfig"

menu "Instrumentation Support"
        depends on EXPERIMENTAL

source "arch/sparc64/oprofile/Kconfig"

Loading