diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-12 02:40:41 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-18 04:23:11 -0400 |
commit | dbcc9f845efc604564f34a5fa62f939c2bebfff6 (patch) | |
tree | 9b586a41a07549ca306c1f86f934bc68d7d1ca40 /drivers/cpufreq/Kconfig.x86 | |
parent | dbb8d76e5ed9bb7f33a092f4aa5b28d8b1c872a4 (diff) |
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/Kconfig.x86')
-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 | |||
132 | config X86_AMD_FREQ_SENSITIVITY | 132 | config X86_AMD_FREQ_SENSITIVITY |
133 | tristate "AMD frequency sensitivity feedback powersave bias" | 133 | tristate "AMD frequency sensitivity feedback powersave bias" |
134 | depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD | 134 | depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD |
135 | select CPU_FREQ_TABLE | ||
135 | help | 136 | help |
136 | This adds AMD-specific powersave bias function to the ondemand | 137 | This adds AMD-specific powersave bias function to the ondemand |
137 | governor, which allows it to make more power-conscious frequency | 138 | governor, which allows it to make more power-conscious frequency |