diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Kconfig | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 78cb68f2ebbd..25785b23df87 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -725,6 +725,8 @@ source "drivers/acpi/Kconfig" | |||
725 | 725 | ||
726 | source "arch/x86/kernel/cpufreq/Kconfig" | 726 | source "arch/x86/kernel/cpufreq/Kconfig" |
727 | 727 | ||
728 | source "drivers/cpuidle/Kconfig" | ||
729 | |||
728 | endmenu | 730 | endmenu |
729 | 731 | ||
730 | menu "Bus options (PCI etc.)" | 732 | menu "Bus options (PCI etc.)" |
@@ -799,21 +801,6 @@ source "drivers/firmware/Kconfig" | |||
799 | 801 | ||
800 | source fs/Kconfig | 802 | source fs/Kconfig |
801 | 803 | ||
802 | menu "Instrumentation Support" | ||
803 | |||
804 | source "arch/x86/oprofile/Kconfig" | ||
805 | |||
806 | config KPROBES | ||
807 | bool "Kprobes" | ||
808 | depends on KALLSYMS && MODULES | ||
809 | help | ||
810 | Kprobes allows you to trap at almost any kernel address and | ||
811 | execute a callback function. register_kprobe() establishes | ||
812 | a probepoint and specifies the callback. Kprobes is useful | ||
813 | for kernel debugging, non-intrusive instrumentation and testing. | ||
814 | If in doubt, say "N". | ||
815 | endmenu | ||
816 | |||
817 | source "arch/x86_64/Kconfig.debug" | 804 | source "arch/x86_64/Kconfig.debug" |
818 | 805 | ||
819 | source "security/Kconfig" | 806 | source "security/Kconfig" |