diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-12 10:40:41 +0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-18 12:23:11 +0400 |
commit | dbcc9f845efc604564f34a5fa62f939c2bebfff6 (patch) | |
tree | 9b586a41a07549ca306c1f86f934bc68d7d1ca40 /drivers/cpufreq | |
parent | dbb8d76e5ed9bb7f33a092f4aa5b28d8b1c872a4 (diff) | |
download | linux-dbcc9f845efc604564f34a5fa62f939c2bebfff6.tar.xz |
cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLE
This CPUFreq driver uses APIs from freq_table.c and so must select
CPU_FREQ_TABLE.
Acked-by: Jacob Shin <jacob.shin@amd.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig.x86 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index 6bd63d63d356..e2b6eabef221 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -132,6 +132,7 @@ config X86_POWERNOW_K8 config X86_AMD_FREQ_SENSITIVITY tristate "AMD frequency sensitivity feedback powersave bias" depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD + select CPU_FREQ_TABLE help This adds AMD-specific powersave bias function to the ondemand governor, which allows it to make more power-conscious frequency |