X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fi386%2FKconfig;h=27e8453274e660b17c08d555aa4e394f7b01a548;hp=0dfee812811a9c75427551ef8177b45f2ca7a998;hb=0ce3c83a9c22f59937b86c80b478dfbffe54dbab;hpb=274ec7a8c07036bd02e8f2301456e443ef30b8a8 diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0dfee812811a..27e8453274e6 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -18,6 +18,19 @@ config GENERIC_TIME bool default y +config CLOCKSOURCE_WATCHDOG + bool + default y + +config GENERIC_CLOCKEVENTS + bool + default y + +config GENERIC_CLOCKEVENTS_BROADCAST + bool + default y + depends on X86_LOCAL_APIC + config LOCKDEP_SUPPORT bool default y @@ -38,6 +51,10 @@ config MMU bool default y +config ZONE_DMA + bool + default y + config SBUS bool @@ -70,6 +87,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + config SMP bool "Symmetric multi-processing support" ---help--- @@ -199,6 +218,15 @@ config PARAVIRT However, when run without a hypervisor the kernel is theoretically slower. If in doubt, say N. +config VMI + bool "VMI Paravirt-ops support" + depends on PARAVIRT + help + VMI provides a paravirtualized interface to the VMware ESX server + (it could be used by other hypervisors in theory too, but is not + at the moment), by linking the kernel to a GPL-ed ROM module + provided by the hypervisor. + config ACPI_SRAT bool default y @@ -865,7 +893,6 @@ config HOTPLUG_CPU config COMPAT_VDSO bool "Compat VDSO support" default y - depends on !PARAVIRT help Map the VDSO to the predictable old-style address too. ---help---