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 | |
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')
-rw-r--r-- | arch/i386/Kconfig | 1 | ||||
-rw-r--r-- | arch/ia64/Kconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/Kconfig | 1 | ||||
-rw-r--r-- | arch/sparc/Kconfig | 1 | ||||
-rw-r--r-- | arch/sparc64/Kconfig | 1 | ||||
-rw-r--r-- | arch/x86_64/Kconfig | 1 |
6 files changed, 0 insertions, 6 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, |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 59b91ac861ac..c60532d93c54 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -593,7 +593,6 @@ config IRQ_PER_CPU | |||
593 | source "arch/ia64/hp/sim/Kconfig" | 593 | source "arch/ia64/hp/sim/Kconfig" |
594 | 594 | ||
595 | menu "Instrumentation Support" | 595 | menu "Instrumentation Support" |
596 | depends on EXPERIMENTAL | ||
597 | 596 | ||
598 | source "arch/ia64/oprofile/Kconfig" | 597 | source "arch/ia64/oprofile/Kconfig" |
599 | 598 | ||
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 5e001ad588a7..d11a746975bc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -670,7 +670,6 @@ source "arch/powerpc/sysdev/qe_lib/Kconfig" | |||
670 | source "lib/Kconfig" | 670 | source "lib/Kconfig" |
671 | 671 | ||
672 | menu "Instrumentation Support" | 672 | menu "Instrumentation Support" |
673 | depends on EXPERIMENTAL | ||
674 | 673 | ||
675 | source "arch/powerpc/oprofile/Kconfig" | 674 | source "arch/powerpc/oprofile/Kconfig" |
676 | 675 | ||
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 9d327ec59759..c0f4ba109daa 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -321,7 +321,6 @@ endmenu | |||
321 | source "fs/Kconfig" | 321 | source "fs/Kconfig" |
322 | 322 | ||
323 | menu "Instrumentation Support" | 323 | menu "Instrumentation Support" |
324 | depends on EXPERIMENTAL | ||
325 | 324 | ||
326 | source "arch/sparc/oprofile/Kconfig" | 325 | source "arch/sparc/oprofile/Kconfig" |
327 | 326 | ||
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 2f22fa90461a..59c4d752d286 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -461,7 +461,6 @@ source "drivers/fc4/Kconfig" | |||
461 | source "fs/Kconfig" | 461 | source "fs/Kconfig" |
462 | 462 | ||
463 | menu "Instrumentation Support" | 463 | menu "Instrumentation Support" |
464 | depends on EXPERIMENTAL | ||
465 | 464 | ||
466 | source "arch/sparc64/oprofile/Kconfig" | 465 | source "arch/sparc64/oprofile/Kconfig" |
467 | 466 | ||
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 8c83dbe4c4d0..37f11f24a045 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -796,7 +796,6 @@ source "drivers/firmware/Kconfig" | |||
796 | source fs/Kconfig | 796 | source fs/Kconfig |
797 | 797 | ||
798 | menu "Instrumentation Support" | 798 | menu "Instrumentation Support" |
799 | depends on EXPERIMENTAL | ||
800 | 799 | ||
801 | source "arch/x86/oprofile/Kconfig" | 800 | source "arch/x86/oprofile/Kconfig" |
802 | 801 | ||