diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-05-09 16:00:10 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-05-09 16:00:10 +0200 |
commit | d87de8f38a6739ad180923dbefd3e08e087a8f51 (patch) | |
tree | de9638f2fe6eadedeb0c693f81eac06cc7437541 /drivers/cpufreq/Kconfig | |
parent | Merge cpufreq fixes going into v4.6. (diff) | |
parent | cpufreq: schedutil: Make it depend on CONFIG_SMP (diff) | |
download | linux-d87de8f38a6739ad180923dbefd3e08e087a8f51.tar.xz linux-d87de8f38a6739ad180923dbefd3e08e087a8f51.zip |
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index b38d5028a03e..0bfc3427fc86 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -200,7 +200,7 @@ config CPU_FREQ_GOV_CONSERVATIVE config CPU_FREQ_GOV_SCHEDUTIL tristate "'schedutil' cpufreq policy governor" - depends on CPU_FREQ + depends on CPU_FREQ && SMP select CPU_FREQ_GOV_ATTR_SET select IRQ_WORK help |