]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Tue, 20 Mar 2012 19:33:53 +0000 (15:33 -0400)
commit4e18d597b1e958755a04b4cde466d2af614d4945
treeda07627b958e4449bcef8cf8d12f0084fc71f873
parenta2a6740609b529842b52bc67fe541c45a02e160e
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>
drivers/xen/Kconfig