KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL
authorRobert P. J. Day <rpjday@mindspring.com>
Wed, 17 Oct 2007 06:26:16 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:47 +0000 (08:42 -0700)
It makes more sense to make instrumentation support experimental on a
case-by-case basis.

Signed-off-by: Robert 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/Kconfig
arch/ia64/Kconfig
arch/powerpc/Kconfig
arch/sparc/Kconfig
arch/sparc64/Kconfig
arch/x86_64/Kconfig

index bf9aafa..1fb6162 100644 (file)
@@ -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,
index 59b91ac..c60532d 100644 (file)
@@ -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"
 
index 5e001ad..d11a746 100644 (file)
@@ -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"
 
index 9d327ec..c0f4ba1 100644 (file)
@@ -321,7 +321,6 @@ endmenu
 source "fs/Kconfig"
 
 menu "Instrumentation Support"
-       depends on EXPERIMENTAL
 
 source "arch/sparc/oprofile/Kconfig"
 
index 2f22fa9..59c4d75 100644 (file)
@@ -461,7 +461,6 @@ source "drivers/fc4/Kconfig"
 source "fs/Kconfig"
 
 menu "Instrumentation Support"
-        depends on EXPERIMENTAL
 
 source "arch/sparc64/oprofile/Kconfig"
 
index 8c83dbe..37f11f2 100644 (file)
@@ -796,7 +796,6 @@ source "drivers/firmware/Kconfig"
 source fs/Kconfig
 
 menu "Instrumentation Support"
-        depends on EXPERIMENTAL
 
 source "arch/x86/oprofile/Kconfig"