aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig19
1 files changed, 5 insertions, 14 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 1df4a1f14289..53d62373a524 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -29,6 +29,7 @@ config GENERIC_CLOCKEVENTS
29config GENERIC_CLOCKEVENTS_BROADCAST 29config GENERIC_CLOCKEVENTS_BROADCAST
30 bool 30 bool
31 default y 31 default y
32 depends on X86_LOCAL_APIC
32 33
33config LOCKDEP_SUPPORT 34config LOCKDEP_SUPPORT
34 bool 35 bool
@@ -219,11 +220,11 @@ config PARAVIRT
219 220
220config VMI 221config VMI
221 bool "VMI Paravirt-ops support" 222 bool "VMI Paravirt-ops support"
222 depends on PARAVIRT && !NO_HZ 223 depends on PARAVIRT && !COMPAT_VDSO
223 default y
224 help 224 help
225 VMI provides a paravirtualized interface to multiple hypervisors 225 VMI provides a paravirtualized interface to the VMware ESX server
226 include VMware ESX server and Xen by connecting to a ROM module 226 (it could be used by other hypervisors in theory too, but is not
227 at the moment), by linking the kernel to a GPL-ed ROM module
227 provided by the hypervisor. 228 provided by the hypervisor.
228 229
229config ACPI_SRAT 230config ACPI_SRAT
@@ -892,7 +893,6 @@ config HOTPLUG_CPU
892config COMPAT_VDSO 893config COMPAT_VDSO
893 bool "Compat VDSO support" 894 bool "Compat VDSO support"
894 default y 895 default y
895 depends on !PARAVIRT
896 help 896 help
897 Map the VDSO to the predictable old-style address too. 897 Map the VDSO to the predictable old-style address too.
898 ---help--- 898 ---help---
@@ -1286,12 +1286,3 @@ config X86_TRAMPOLINE
1286config KTIME_SCALAR 1286config KTIME_SCALAR
1287 bool 1287 bool
1288 default y 1288 default y
1289
1290config NO_IDLE_HZ
1291 bool
1292 depends on PARAVIRT
1293 default y
1294 help
1295 Switches the regular HZ timer off when the system is going idle.
1296 This helps a hypervisor detect that the Linux system is idle,
1297 reducing the overhead of idle systems.