diff options
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 648bcd4195c5..b1d524aeb3c3 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -181,8 +181,7 @@ config XEN_PRIVCMD config XEN_ACPI_PROCESSOR tristate "Xen ACPI processor" depends on XEN && X86 && ACPI_PROCESSOR - default y if (X86_ACPI_CPUFREQ = y || X86_POWERNOW_K8 = y) - default m if (X86_ACPI_CPUFREQ = m || X86_POWERNOW_K8 = m) + default m help This ACPI processor uploads Power Management information to the Xen hypervisor. |