cpufreq: imx6q: Select PM_OPP
PM_OPP is a library used by several of the existing cpufreq drivers. ARM IMX6Q cpufreq driver uses this library for its functionality. Thus, it should be selected in Kconfig. Reported-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Nicolas Del Piano <ndel314@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
97d496bf1a
commit
7e02168711
|
@ -104,6 +104,7 @@ config ARM_IMX6Q_CPUFREQ
|
||||||
tristate "Freescale i.MX6 cpufreq support"
|
tristate "Freescale i.MX6 cpufreq support"
|
||||||
depends on ARCH_MXC
|
depends on ARCH_MXC
|
||||||
depends on REGULATOR_ANATOP
|
depends on REGULATOR_ANATOP
|
||||||
|
select PM_OPP
|
||||||
help
|
help
|
||||||
This adds cpufreq driver support for Freescale i.MX6 series SoCs.
|
This adds cpufreq driver support for Freescale i.MX6 series SoCs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue