From: Konrad Rzeszutek Wilk Date: Tue, 13 Mar 2012 17:28:12 +0000 (-0400) Subject: xen/acpi-processor: Do not depend on CPU frequency scaling drivers. X-Git-Tag: v3.4-rc1~94^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102b208e6b3b16d3611b67a7af9a93d30b92c006;p=pandora-kernel.git 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 --- Reading git-diff-tree failed