Skip to content

Commit

Permalink
xen/acpi-processor: Do not depend on CPU frequency scaling drivers.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 20, 2012
1 parent 48cdd82 commit 102b208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 102b208

Please sign in to comment.