aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-03-13 13:28:12 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-03-20 15:33:53 -0400
commit102b208e6b3b16d3611b67a7af9a93d30b92c006 (patch)
treeda07627b958e4449bcef8cf8d12f0084fc71f873 /drivers/xen/Kconfig
parentxen/cpufreq: Disable the cpu frequency scaling drivers from loading. (diff)
downloadlinux-dev-102b208e6b3b16d3611b67a7af9a93d30b92c006.tar.xz
linux-dev-102b208e6b3b16d3611b67a7af9a93d30b92c006.zip
xen/acpi-processor: Do not depend on CPU frequency scaling drivers.
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. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig3
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.