diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 46d3b0b9ce69..e25e1ac64fc1 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -11,14 +11,17 @@ choice | |||
11 | 11 | ||
12 | config ARCH_OMAP1 | 12 | config ARCH_OMAP1 |
13 | bool "TI OMAP1" | 13 | bool "TI OMAP1" |
14 | select COMMON_CLKDEV | ||
14 | 15 | ||
15 | config ARCH_OMAP2 | 16 | config ARCH_OMAP2 |
16 | bool "TI OMAP2" | 17 | bool "TI OMAP2" |
17 | select CPU_V6 | 18 | select CPU_V6 |
19 | select COMMON_CLKDEV | ||
18 | 20 | ||
19 | config ARCH_OMAP3 | 21 | config ARCH_OMAP3 |
20 | bool "TI OMAP3" | 22 | bool "TI OMAP3" |
21 | select CPU_V7 | 23 | select CPU_V7 |
24 | select COMMON_CLKDEV | ||
22 | 25 | ||
23 | endchoice | 26 | endchoice |
24 | 27 | ||