diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-17 02:26:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:47 -0400 |
commit | 966fe399cc774b00b1eed11fd884be85a5c5c489 (patch) | |
tree | 9f99dcf27d68d60bf22a898f9e6f9ccb58e5d620 /arch/i386 | |
parent | febfcf9115917ba80931dbf9f36d8d413698b628 (diff) |
KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL
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>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index bf9aafad4978..1fb616235664 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -1256,7 +1256,6 @@ source "fs/Kconfig" | |||
1256 | 1256 | ||
1257 | menuconfig INSTRUMENTATION | 1257 | menuconfig INSTRUMENTATION |
1258 | bool "Instrumentation Support" | 1258 | bool "Instrumentation Support" |
1259 | depends on EXPERIMENTAL | ||
1260 | default y | 1259 | default y |
1261 | ---help--- | 1260 | ---help--- |
1262 | Say Y here to get to see options related to performance measurement, | 1261 | Say Y here to get to see options related to performance measurement, |