]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 28 Feb 2016 01:33:29 +0000 (02:33 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 14:01:37 +0000 (15:01 +0100)
commite39d8b38aa8a31887461a74f7e57fd7284aee1fe
treec92473c9a7629dd926c9a7099bc0be5651531233
parent108be6220b2763e6ded71831a135d5af8b5de298
cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set

Commit 0eb463be3436 (cpufreq: governor: Replace timers with utilization
update callbacks) made CPU_FREQ select IRQ_WORK, but that's not
necessary, as it is sufficient for IRQ_WORK to be selected by
CPU_FREQ_GOV_COMMON, so modify the cpufreq Kconfig to that effect.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig