diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2011-06-14 06:12:27 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 06:11:30 -0400 |
commit | d8b22d25b738075a02201287a59561036da1a49b (patch) | |
tree | aa383ad3e52bfd624fab7dcb0a12ccf53c42b538 /arch/arm/Kconfig | |
parent | 226e85f4dad0cdb2353b438b5dfedffba60f15b5 (diff) |
ARM: S5P64X0: Add clkdev support
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-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 385d5c2b1821..5635b871a00d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -725,6 +725,7 @@ config ARCH_S5P64X0 | |||
725 | select CPU_V6 | 725 | select CPU_V6 |
726 | select GENERIC_GPIO | 726 | select GENERIC_GPIO |
727 | select HAVE_CLK | 727 | select HAVE_CLK |
728 | select CLKDEV_LOOKUP | ||
728 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 729 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
729 | select GENERIC_CLOCKEVENTS | 730 | select GENERIC_CLOCKEVENTS |
730 | select HAVE_SCHED_CLOCK | 731 | select HAVE_SCHED_CLOCK |