Power management: add support for AMD CPUs

This commit is contained in:
Evgeny Egorochkin 2013-01-14 09:07:35 +02:00
parent 0aad75fe70
commit 9437db0d88

View File

@ -87,7 +87,7 @@ in
};
boot.kernelModules =
[ "acpi_cpufreq" "cpufreq_performance" "cpufreq_powersave" "cpufreq_ondemand"
[ "acpi_cpufreq" "powernow-k8" "cpufreq_performance" "cpufreq_powersave" "cpufreq_ondemand"
"cpufreq_conservative"
];