diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 15 | ||||
-rw-r--r-- | arch/ia64/oprofile/Kconfig | 20 |
2 files changed, 1 insertions, 34 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index c60532d93c54..c89108e9770d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -592,20 +592,7 @@ config IRQ_PER_CPU | |||
592 | 592 | ||
593 | source "arch/ia64/hp/sim/Kconfig" | 593 | source "arch/ia64/hp/sim/Kconfig" |
594 | 594 | ||
595 | menu "Instrumentation Support" | 595 | source "kernel/Kconfig.instrumentation" |
596 | |||
597 | source "arch/ia64/oprofile/Kconfig" | ||
598 | |||
599 | config KPROBES | ||
600 | bool "Kprobes" | ||
601 | depends on KALLSYMS && MODULES | ||
602 | help | ||
603 | Kprobes allows you to trap at almost any kernel address and | ||
604 | execute a callback function. register_kprobe() establishes | ||
605 | a probepoint and specifies the callback. Kprobes is useful | ||
606 | for kernel debugging, non-intrusive instrumentation and testing. | ||
607 | If in doubt, say "N". | ||
608 | endmenu | ||
609 | 596 | ||
610 | source "arch/ia64/Kconfig.debug" | 597 | source "arch/ia64/Kconfig.debug" |
611 | 598 | ||
diff --git a/arch/ia64/oprofile/Kconfig b/arch/ia64/oprofile/Kconfig deleted file mode 100644 index 97271ab484dc..000000000000 --- a/arch/ia64/oprofile/Kconfig +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | config PROFILING | ||
2 | bool "Profiling support (EXPERIMENTAL)" | ||
3 | help | ||
4 | Say Y here to enable the extended profiling support mechanisms used | ||
5 | by profilers such as OProfile. | ||
6 | |||
7 | config OPROFILE | ||
8 | tristate "OProfile system profiling (EXPERIMENTAL)" | ||
9 | depends on PROFILING | ||
10 | help | ||
11 | OProfile is a profiling system capable of profiling the | ||
12 | whole system, include the kernel, kernel modules, libraries, | ||
13 | and applications. | ||
14 | |||
15 | Due to firmware bugs, you may need to use the "nohalt" boot | ||
16 | option if you're using OProfile with the hardware performance | ||
17 | counters. | ||
18 | |||
19 | If unsure, say N. | ||
20 | |||