Kconfig (e199e6136ce6b151e6638ae93dca60748424d900) | Kconfig (455d4d2dc76471baec0c70daf8ff6c09fc743c24) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30 select CPU_V6 31 32config ARCH_OMAP3 33 bool "TI OMAP3" 34 depends on ARCH_OMAP2PLUS 35 default y 36 select CPU_V7 37 select USB_ARCH_HAS_EHCI | 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 --- 21 unchanged lines hidden (view full) --- 30 select CPU_V6 31 32config ARCH_OMAP3 33 bool "TI OMAP3" 34 depends on ARCH_OMAP2PLUS 35 default y 36 select CPU_V7 37 select USB_ARCH_HAS_EHCI |
38 select ARM_L1_CACHE_SHIFT_6 | 38 select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4 |
39 40config ARCH_OMAP4 41 bool "TI OMAP4" 42 default y 43 depends on ARCH_OMAP2PLUS 44 select CPU_V7 45 select ARM_GIC | 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 PL310_ERRATA_588369 47 select ARM_ERRATA_720789 |
|
46 47comment "OMAP Core Type" 48 depends on ARCH_OMAP2 49 50config ARCH_OMAP2420 51 bool "OMAP2420 support" 52 depends on ARCH_OMAP2 53 default y --- 214 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 --- 214 unchanged lines hidden --- |