Skip to content

Commit

Permalink
ARM: ARCH_MXC should select HAVE_CLK
Browse files Browse the repository at this point in the history
All i.MX platforms support <linux/clk.h> calls and should select HAVE_CLK.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Guennadi Liakhovetski authored and Sascha Hauer committed May 5, 2009
1 parent f229253 commit 9abf137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ config ARCH_MXC
select ARCH_MTD_XIP
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
select HAVE_CLK
help
Support for Freescale MXC/iMX-based family of processors

Expand Down

0 comments on commit 9abf137

Please sign in to comment.