diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index df497fc33f2b..1e223924da8a 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -30,6 +30,7 @@ config ARCH_OMAP3 | |||
30 | bool "TI OMAP3" | 30 | bool "TI OMAP3" |
31 | depends on ARCH_OMAP2PLUS | 31 | depends on ARCH_OMAP2PLUS |
32 | select CPU_V7 | 32 | select CPU_V7 |
33 | select USB_ARCH_HAS_EHCI | ||
33 | 34 | ||
34 | config ARCH_OMAP4 | 35 | config ARCH_OMAP4 |
35 | bool "TI OMAP4" | 36 | bool "TI OMAP4" |
@@ -124,7 +125,7 @@ config OMAP_MPU_TIMER | |||
124 | 125 | ||
125 | config OMAP_32K_TIMER | 126 | config OMAP_32K_TIMER |
126 | bool "Use 32KHz timer" | 127 | bool "Use 32KHz timer" |
127 | depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP34XX || ARCH_OMAP4 | 128 | depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 |
128 | help | 129 | help |
129 | Select this option if you want to enable the OMAP 32KHz timer. | 130 | Select this option if you want to enable the OMAP 32KHz timer. |
130 | This timer saves power compared to the OMAP_MPU_TIMER, and has | 131 | This timer saves power compared to the OMAP_MPU_TIMER, and has |
@@ -145,7 +146,7 @@ config OMAP_32K_TIMER_HZ | |||
145 | 146 | ||
146 | config OMAP_DM_TIMER | 147 | config OMAP_DM_TIMER |
147 | bool "Use dual-mode timer" | 148 | bool "Use dual-mode timer" |
148 | depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP34XX || ARCH_OMAP4 | 149 | depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 |
149 | help | 150 | help |
150 | Select this option if you want to use OMAP Dual-Mode timers. | 151 | Select this option if you want to use OMAP Dual-Mode timers. |
151 | 152 | ||