Kconfig (fd1478cd61624479c89e35602925459d74505ff3) Kconfig (f5a6422d4e0e85a9c7f5522d3321254bfdfa7f04)
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

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

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 PL310_ERRATA_588369
48 select ARM_ERRATA_720789
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

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

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 PL310_ERRATA_588369
48 select ARM_ERRATA_720789
49 select ARCH_HAS_OPP
50 select PM_OPP if PM
49
50comment "OMAP Core Type"
51 depends on ARCH_OMAP2
52
53config ARCH_OMAP2420
54 bool "OMAP2420 support"
55 depends on ARCH_OMAP2
56 default y

--- 273 unchanged lines hidden ---
51
52comment "OMAP Core Type"
53 depends on ARCH_OMAP2
54
55config ARCH_OMAP2420
56 bool "OMAP2420 support"
57 depends on ARCH_OMAP2
58 default y

--- 273 unchanged lines hidden ---