Kconfig (2bcb132c693566bcb8208cc7ce66b72a4f852ecf) | Kconfig (fa6d79d27614223d82418023b7f5300f1a1530d3) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 20 select HIGHMEM 21 help 22 Compile a kernel suitable for booting most boards 23 24config SOC_HAS_OMAP2_SDRC 25 bool "OMAP2 SDRAM Controller support" 26 | 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 --- 10 unchanged lines hidden (view full) --- 19 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 20 select HIGHMEM 21 help 22 Compile a kernel suitable for booting most boards 23 24config SOC_HAS_OMAP2_SDRC 25 bool "OMAP2 SDRAM Controller support" 26 |
27config SOC_HAS_REALTIME_COUNTER 28 bool "Real time free running counter" 29 |
|
27config ARCH_OMAP2 28 bool "TI OMAP2" 29 depends on ARCH_OMAP2PLUS 30 default y 31 select CPU_V6 32 select MULTI_IRQ_HANDLER 33 select SOC_HAS_OMAP2_SDRC 34 --- 30 unchanged lines hidden (view full) --- 65 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP 66 67config SOC_OMAP5 68 bool "TI OMAP5" 69 select CPU_V7 70 select ARM_GIC 71 select HAVE_SMP 72 select ARM_CPU_SUSPEND if PM | 30config ARCH_OMAP2 31 bool "TI OMAP2" 32 depends on ARCH_OMAP2PLUS 33 default y 34 select CPU_V6 35 select MULTI_IRQ_HANDLER 36 select SOC_HAS_OMAP2_SDRC 37 --- 30 unchanged lines hidden (view full) --- 68 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP 69 70config SOC_OMAP5 71 bool "TI OMAP5" 72 select CPU_V7 73 select ARM_GIC 74 select HAVE_SMP 75 select ARM_CPU_SUSPEND if PM |
76 select SOC_HAS_REALTIME_COUNTER |
|
73 74comment "OMAP Core Type" 75 depends on ARCH_OMAP2 76 77config SOC_OMAP2420 78 bool "OMAP2420 support" 79 depends on ARCH_OMAP2 80 default y --- 328 unchanged lines hidden --- | 77 78comment "OMAP Core Type" 79 depends on ARCH_OMAP2 80 81config SOC_OMAP2420 82 bool "OMAP2420 support" 83 depends on ARCH_OMAP2 84 default y --- 328 unchanged lines hidden --- |