cpufreq: imx6q: Select PM_OPP
authorNicolas Del Piano <[email protected]>
Sun, 13 Jul 2014 21:59:00 +0000 (18:59 -0300)
committerRafael J. Wysocki <[email protected]>
Wed, 16 Jul 2014 12:45:37 +0000 (14:45 +0200)
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 <[email protected]>
Signed-off-by: Nicolas Del Piano <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/Kconfig.arm

index ebac671150098b179e091aba0744a7757d3b1b2e..8c5cf4bdeab8f74b37ec96d9a8ac0c09f290049e 100644 (file)
@@ -104,6 +104,7 @@ config ARM_IMX6Q_CPUFREQ
        tristate "Freescale i.MX6 cpufreq support"
        depends on ARCH_MXC
        depends on REGULATOR_ANATOP
+       select PM_OPP
        help
          This adds cpufreq driver support for Freescale i.MX6 series SoCs.