Kconfig (4a54db612463e330e0e02e2234fc6b783b3eea84) Kconfig (68ac8f7dda26de7fc321426d52f4ac6bd785bad3)
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
5config ARCH_OMAP2
6 bool "TI OMAP2"
7 depends on ARCH_OMAP2PLUS
8 select CPU_V6
9
10config ARCH_OMAP3
11 bool "TI OMAP3"
12 depends on ARCH_OMAP2PLUS
13 select CPU_V7
14 select USB_ARCH_HAS_EHCI
15 select ARM_L1_CACHE_SHIFT_6
16
17config ARCH_OMAP4
18 bool "TI OMAP4"
19 depends on ARCH_OMAP2PLUS
20 select CPU_V7
21 select ARM_GIC
22
5comment "OMAP Core Type"
6 depends on ARCH_OMAP2
7
8config ARCH_OMAP2420
9 bool "OMAP2420 support"
10 depends on ARCH_OMAP2
11 select OMAP_DM_TIMER
12 select ARCH_OMAP_OTG

--- 183 unchanged lines hidden ---
23comment "OMAP Core Type"
24 depends on ARCH_OMAP2
25
26config ARCH_OMAP2420
27 bool "OMAP2420 support"
28 depends on ARCH_OMAP2
29 select OMAP_DM_TIMER
30 select ARCH_OMAP_OTG

--- 183 unchanged lines hidden ---