From da40d0112c50e84c8b0513a6e4d471cbe2b016eb Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 11 May 2012 16:30:18 -0400 Subject: [PATCH] xen/processor-passthru: Remove the Kconfig entry that points to non-existent driver. It was replaced by the xen-acpi-processor driver. But somehow the description is still present. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/xen/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 3cd751e0cae5..988653f86c82 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -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 -- 2.50.1