Skip to content

Commit

Permalink
ARM: imx27, imx5: Add kconfig selects for cpufreq-cpu0
Browse files Browse the repository at this point in the history
There are some config options not selected by imx27 and imx5 that are
necessary to use the cpufreq-cpu0 driver.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Markus Pargmann authored and Shawn Guo committed Apr 12, 2013
1 parent 8ecb167 commit 6866310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ config SOC_IMX25

config SOC_IMX27
bool
select ARCH_HAS_CPUFREQ
select ARCH_HAS_OPP
select COMMON_CLK
select CPU_ARM926T
select IMX_HAVE_IOMUX_V1
Expand Down Expand Up @@ -145,6 +147,7 @@ config SOC_IMX35
config SOC_IMX5
bool
select ARCH_HAS_CPUFREQ
select ARCH_HAS_OPP
select ARCH_MXC_IOMUX_V3
select COMMON_CLK
select CPU_V7
Expand Down

0 comments on commit 6866310

Please sign in to comment.