diff options
author | Jett.Zhou <jtzhou@marvell.com> | 2011-11-30 14:32:36 +0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-12-28 10:42:48 +0000 |
commit | edf3ff5bac2582b57de4e7c6569fee5d7c1c0a42 (patch) | |
tree | f41ccef3e8d8a35f53dbbc8e5878ee1630493e45 /arch/arm/Kconfig | |
parent | 7557c175f60d8d40baf16b22caf79beadef8f081 (diff) |
ARM: sa1100: clean up of the clock support
Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e084b7e981e..86ebbc5ffcd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -738,7 +738,7 @@ config ARCH_SA1100 select ARCH_HAS_CPUFREQ select CPU_FREQ select GENERIC_CLOCKEVENTS - select HAVE_CLK + select CLKDEV_LOOKUP select HAVE_SCHED_CLOCK select TICK_ONESHOT select ARCH_REQUIRE_GPIOLIB |