diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-01-19 10:27:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 12:50:14 -0500 |
commit | 8ad8ff6548f1c0bcbeaa02f274b3927c5015a921 (patch) | |
tree | e089b88bc8da54f107acdd6ee395359b73dbd37c /arch/arm/plat-omap/Kconfig | |
parent | d7e8f1f9d655af2c7ea90738bf567aa6990159b3 (diff) |
[ARM] omap: convert OMAP2 to use clkdev
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index fc7b6831f3eb..90372131055b 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -16,6 +16,7 @@ config ARCH_OMAP1 | |||
16 | config ARCH_OMAP2 | 16 | config ARCH_OMAP2 |
17 | bool "TI OMAP2" | 17 | bool "TI OMAP2" |
18 | select CPU_V6 | 18 | select CPU_V6 |
19 | select COMMON_CLKDEV | ||
19 | 20 | ||
20 | config ARCH_OMAP3 | 21 | config ARCH_OMAP3 |
21 | bool "TI OMAP3" | 22 | bool "TI OMAP3" |