diff options
| author | Guennadi Liakhovetski <[email protected]> | 2009-04-16 14:12:54 +0200 |
|---|---|---|
| committer | Sascha Hauer <[email protected]> | 2009-05-05 09:36:44 +0200 |
| commit | 9abf137c6dbf6eabb3add98fcd8352c3dd520568 (patch) | |
| tree | d096555e8b7f539efc7303e7b62079eacd269e16 | |
| parent | f2292532a5f0cf6359adca349cdd2a0150581937 (diff) | |
ARM: ARCH_MXC should select HAVE_CLK
All i.MX platforms support <linux/clk.h> calls and should select HAVE_CLK.
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9faccc411c2a..e60ec54df334 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |