Kconfig (92fd4d4d67b945c0766416284d4ab236b31542c4) Kconfig (56976b6ac4047ec456e2ba7e516ed2e9d96c3acf)
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

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

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

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

39config ARCH_OMAP4
40 bool "TI OMAP4"
41 default y
42 depends on ARCH_OMAP2PLUS
43 select CPU_V7
44 select ARM_GIC
45 select PL310_ERRATA_588369
46 select ARM_ERRATA_720789
47 select USB_ARCH_HAS_EHCI
47
48comment "OMAP Core Type"
49 depends on ARCH_OMAP2
50
51config ARCH_OMAP2420
52 bool "OMAP2420 support"
53 depends on ARCH_OMAP2
54 default y

--- 253 unchanged lines hidden ---
48
49comment "OMAP Core Type"
50 depends on ARCH_OMAP2
51
52config ARCH_OMAP2420
53 bool "OMAP2420 support"
54 depends on ARCH_OMAP2
55 default y

--- 253 unchanged lines hidden ---