]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
xen/acpi-processor: Do not depend on CPU frequency scaling drivers.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 13 Mar 2012 17:28:12 +0000 (13:28 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Apr 2012 20:54:47 +0000 (16:54 -0400)
With patch "xen/cpufreq: Disable the cpu frequency scaling drivers
from loading." we do not have to worry about said drivers loading
themselves before the xen-acpi-processor driver. Hence we can remove
the default selection (=y if CPU frequency drivers were built-in, or
=m if CPU frequency drivers were built as modules), and just
select =m for the default case.

[git commit 102b208]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/Kconfig

index e2d66e2c465f210c8a9640104c11b740d3b382b2..7c77b46553bab1c5d10d4d10e7cb5db0b22a5c8f 100644 (file)
@@ -204,8 +204,7 @@ config XEN_PCIDEV_BACKEND
 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.