omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
[deliverable/linux.git] / arch / arm / plat-omap / Kconfig
index df497fc33f2bf186ef594992f40f6f89657886cc..1e223924da8a4162c2f97b2dd19dd1fd109372da 100644 (file)
@@ -30,6 +30,7 @@ config ARCH_OMAP3
        bool "TI OMAP3"
        depends on ARCH_OMAP2PLUS
        select CPU_V7
+       select USB_ARCH_HAS_EHCI
 
 config ARCH_OMAP4
        bool "TI OMAP4"
@@ -124,7 +125,7 @@ config OMAP_MPU_TIMER
 
 config OMAP_32K_TIMER
        bool "Use 32KHz timer"
-       depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP34XX || ARCH_OMAP4
+       depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4
        help
          Select this option if you want to enable the OMAP 32KHz timer.
          This timer saves power compared to the OMAP_MPU_TIMER, and has
@@ -145,7 +146,7 @@ config OMAP_32K_TIMER_HZ
 
 config OMAP_DM_TIMER
        bool "Use dual-mode timer"
-       depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP34XX || ARCH_OMAP4
+       depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4
        help
         Select this option if you want to use OMAP Dual-Mode timers.
 
This page took 0.024725 seconds and 5 git commands to generate.