Kconfig (ce5ea9f3767e8589521319cae2eb6e05c52bd056) Kconfig (3b55658aefbf82646a246f3c8a14b9b8a24198a9)
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

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

38 select ARM_CPU_SUSPEND if PM
39
40config ARCH_OMAP4
41 bool "TI OMAP4"
42 default y
43 depends on ARCH_OMAP2PLUS
44 select CPU_V7
45 select ARM_GIC
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

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

38 select ARM_CPU_SUSPEND if PM
39
40config ARCH_OMAP4
41 bool "TI OMAP4"
42 default y
43 depends on ARCH_OMAP2PLUS
44 select CPU_V7
45 select ARM_GIC
46 select HAVE_SMP
46 select LOCAL_TIMERS if SMP
47 select MIGHT_HAVE_CACHE_L2X0
48 select PL310_ERRATA_588369
49 select PL310_ERRATA_727915
50 select ARM_ERRATA_720789
51 select ARCH_HAS_OPP
52 select PM_OPP if PM
53 select USB_ARCH_HAS_EHCI

--- 303 unchanged lines hidden ---
47 select LOCAL_TIMERS if SMP
48 select MIGHT_HAVE_CACHE_L2X0
49 select PL310_ERRATA_588369
50 select PL310_ERRATA_727915
51 select ARM_ERRATA_720789
52 select ARCH_HAS_OPP
53 select PM_OPP if PM
54 select USB_ARCH_HAS_EHCI

--- 303 unchanged lines hidden ---