Kconfig (6fae9c25134baffbeeb20031479e7ff6f6d8eec0) | Kconfig (4bdb157749a0da065e532f2f46040c178075b06f) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 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 PL310_ERRATA_588369 | 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 --- 31 unchanged lines hidden (view full) --- 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 PL310_ERRATA_588369 |
48 select PL310_ERRATA_727915 |
|
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 55 --- 277 unchanged lines hidden --- | 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 56 --- 277 unchanged lines hidden --- |