X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fi386%2FKconfig;h=5b1a7d46d1d97972e0a4c1929becdb079eb8ff35;hb=b5b9d6647c1cd5eee90b58941c55f874c2a7e707;hp=0afec8566e7bd750743910580c06093481e29daa;hpb=eeb059e0a69369753b3e45426958f751f0b8fc89;p=powerpc.git diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0afec8566e..5b1a7d46d1 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -733,7 +733,7 @@ config PHYSICAL_START config HOTPLUG_CPU bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" - depends on SMP && HOTPLUG && EXPERIMENTAL + depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER ---help--- Say Y here to experiment with turning CPUs off and on. CPUs can be controlled through /sys/devices/system/cpu. @@ -1060,6 +1060,7 @@ source "arch/i386/oprofile/Kconfig" config KPROBES bool "Kprobes (EXPERIMENTAL)" + depends on EXPERIMENTAL && MODULES help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes