Kconfig (695884fb8acd9857e0e7120ccb2150e30f4b8fef) | Kconfig (07787a85c0c664d434b522c8bdf7cdc636a16e75) |
---|---|
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) --- 39 select PM_OPP if PM 40 41config ARCH_OMAP4 42 bool "TI OMAP4" 43 default y 44 depends on ARCH_OMAP2PLUS 45 select CPU_V7 46 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 --- 30 unchanged lines hidden (view full) --- 39 select PM_OPP if PM 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 |
|
47 select PL310_ERRATA_588369 48 select ARM_ERRATA_720789 49 select ARCH_HAS_OPP 50 select PM_OPP if PM 51 select USB_ARCH_HAS_EHCI 52 53comment "OMAP Core Type" 54 depends on ARCH_OMAP2 --- 278 unchanged lines hidden --- | 48 select PL310_ERRATA_588369 49 select ARM_ERRATA_720789 50 select ARCH_HAS_OPP 51 select PM_OPP if PM 52 select USB_ARCH_HAS_EHCI 53 54comment "OMAP Core Type" 55 depends on ARCH_OMAP2 --- 278 unchanged lines hidden --- |