]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
xen/processor-passthru: Remove the Kconfig entry that points to non-existent driver.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 11 May 2012 20:30:18 +0000 (16:30 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 11 May 2012 20:30:18 +0000 (16:30 -0400)
It was replaced by the xen-acpi-processor driver. But somehow
the description is still present.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/Kconfig

index 3cd751e0cae511af9041be7f58f99bc420966706..988653f86c825a9bf491f3a6c348c84deb9a720d 100644 (file)
@@ -152,21 +152,6 @@ config XEN_MCE_LOG
          converting it into linux mcelog format for mcelog tools
 
 
-config XEN_PROCESSOR_PASSTHRU
-       tristate "Processor passthrough driver for Xen"
-       depends on XEN
-       depends on ACPI_PROCESSOR
-       depends on X86
-       depends on CPU_FREQ
-       help
-         This driver parses the processor structure and passes the information
-         to the Xen hypervisor. It is used to allow the Xen hypervisor to have the
-         full power management data and be able to select proper Cx and Pxx states.
-
-         The driver should be loaded after acpi processor and cpufreq drivers have
-         been loaded. If you do not know what to choose, select M here.
-
-
 config XEN_PRIVCMD
        tristate
        depends on XEN