diff options
author | Jett.Zhou <jtzhou@marvell.com> | 2011-11-30 14:32:36 +0800 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@marvell.com> | 2012-02-28 10:08:07 +0800 |
commit | 4a8f83409da6be1085b3c8f52538c1427ef2c0f1 (patch) | |
tree | 43a3b17d566f09ca69331ca9a1c1ada96af1bf36 /arch/arm/Kconfig | |
parent | 3888c09074db2ca561c74571dcbd777949a856b8 (diff) |
ARM: sa1100: clean up clock support
Add rtc clock support and clean clock support for gpio.
Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
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 a48aecc17ea..6e40039eedc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -754,7 +754,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 |