Kconfig (6b2f55d7851aa358d3a99cff344c560c4967f042) Kconfig (08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b)
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
5config ARCH_OMAP2PLUS_TYPICAL
6 bool "Typical OMAP configuration"
7 default y
8 select AEABI

--- 23 unchanged lines hidden (view full) ---

32 depends on ARCH_OMAP2PLUS
33 default y
34 select CPU_V7
35 select USB_ARCH_HAS_EHCI
36 select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
37 select ARCH_HAS_OPP
38 select PM_OPP if PM
39 select ARM_CPU_SUSPEND if PM
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
5config ARCH_OMAP2PLUS_TYPICAL
6 bool "Typical OMAP configuration"
7 default y
8 select AEABI

--- 23 unchanged lines hidden (view full) ---

32 depends on ARCH_OMAP2PLUS
33 default y
34 select CPU_V7
35 select USB_ARCH_HAS_EHCI
36 select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
37 select ARCH_HAS_OPP
38 select PM_OPP if PM
39 select ARM_CPU_SUSPEND if PM
40 select MULTI_IRQ_HANDLER
40
41config ARCH_OMAP4
42 bool "TI OMAP4"
43 default y
44 depends on ARCH_OMAP2PLUS
45 select CPU_V7
46 select ARM_GIC
47 select LOCAL_TIMERS if SMP

--- 309 unchanged lines hidden ---
41
42config ARCH_OMAP4
43 bool "TI OMAP4"
44 default y
45 depends on ARCH_OMAP2PLUS
46 select CPU_V7
47 select ARM_GIC
48 select LOCAL_TIMERS if SMP

--- 309 unchanged lines hidden ---