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:31 -0400 |
commit | 29e8eb0fdb7521ff7808dea3603a1d7b2b4ccebf (patch) | |
tree | 486e5c8a67301f043b1a8aebbe05a02a76051796 /arch/arm/Kconfig | |
parent | d8b22d25b738075a02201287a59561036da1a49b (diff) |
ARM: S5PC100: 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 5635b871a00d..96cfea4a906a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -739,6 +739,7 @@ config ARCH_S5PC100 | |||
739 | bool "Samsung S5PC100" | 739 | bool "Samsung S5PC100" |
740 | select GENERIC_GPIO | 740 | select GENERIC_GPIO |
741 | select HAVE_CLK | 741 | select HAVE_CLK |
742 | select CLKDEV_LOOKUP | ||
742 | select CPU_V7 | 743 | select CPU_V7 |
743 | select ARM_L1_CACHE_SHIFT_6 | 744 | select ARM_L1_CACHE_SHIFT_6 |
744 | select ARCH_USES_GETTIMEOFFSET | 745 | select ARCH_USES_GETTIMEOFFSET |