From mboxrd@z Thu Jan 1 00:00:00 1970 From: john.tobias.ph@gmail.com (John Tobias) Date: Tue, 7 Jan 2014 18:29:23 -0800 Subject: [PATCH v2] ARM: imx: select ARCH_HAS_CPUFREQ for iMX6SL Message-ID: <1389148163-5243-1-git-send-email-john.tobias.ph@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org iMX6SL now supports the cpufreq scaling by re-using the imx6q-cpufreq driver. By adding it, the user has the capability to select the said driver without depending it to SOC_IMX6Q. Signed-off-by: John Tobias --- Changes since v1: - Fix typo in commit log - Added Shawn Guo on Cc arch/arm/mach-imx/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 7a6e6f7..704e5ae 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -808,6 +808,7 @@ config SOC_IMX6Q config SOC_IMX6SL bool "i.MX6 SoloLite support" + select ARCH_HAS_CPUFREQ select ARM_ERRATA_754322 select ARM_ERRATA_775420 select ARM_GIC -- 1.8.3.2