]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Select PM_OPP rather than depending on it
authorMark Brown <broonie@linaro.org>
Wed, 11 Dec 2013 22:12:27 +0000 (22:12 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 22 Dec 2013 21:03:49 +0000 (22:03 +0100)
commit1485090c9f84e879329f7e2b91fc57670f81009c
tree3679bfbef9e6044d4e15fae831ba49696d00d5fe
parentf544064b6150a6d171cf043fec81c6d38d111a50
cpufreq: Select PM_OPP rather than depending on it

PM_OPP is a helper library used by several of the existing cpufreq drivers.
Some of the drivers select this symbol while others depend on it and rely
on the architecture to enable it. Make this behaviour more consistent and
obvious by having all the drivers select the symbol. This will also allow
better build coverage of the affected drivers.

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