Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d0eaae9 authored by Shawn Guo's avatar Shawn Guo Committed by Rafael J. Wysocki
Browse files

cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs



The imx6q-cpufreq driver nowadays is not only running on imx6q but also
other i.MX6 series SoCs like imx6dl and imx6sl.  Update Kconfig prompt
and help text to make it clear to users.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b4573d1d
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -81,11 +81,11 @@ config ARM_HIGHBANK_CPUFREQ
	  If in doubt, say N.
	  If in doubt, say N.


config ARM_IMX6Q_CPUFREQ
config ARM_IMX6Q_CPUFREQ
	tristate "Freescale i.MX6Q cpufreq support"
	tristate "Freescale i.MX6 cpufreq support"
	depends on SOC_IMX6Q
	depends on ARCH_MXC
	depends on REGULATOR_ANATOP
	depends on REGULATOR_ANATOP
	help
	help
	  This adds cpufreq driver support for Freescale i.MX6Q SOC.
	  This adds cpufreq driver support for Freescale i.MX6 series SoCs.


	  If in doubt, say N.
	  If in doubt, say N.