Kconfig (a11da7df6543b5f71a150b47c0d08ecf0799a0f3) | Kconfig (34cceb7464f2db0da4da900afa82a210f4470b89) |
---|---|
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 --- 12 unchanged lines hidden (view full) --- 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" | 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 --- 12 unchanged lines hidden (view full) --- 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 depends on SOC_OMAP5 30 default y |
|
29 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 unchanged lines hidden (view full) --- 74 75config SOC_OMAP5 76 bool "TI OMAP5" 77 select ARM_ARCH_TIMER 78 select ARM_CPU_SUSPEND if PM 79 select ARM_GIC 80 select CPU_V7 81 select HAVE_SMP | 31 32config ARCH_OMAP2 33 bool "TI OMAP2" 34 depends on ARCH_OMAP2PLUS 35 default y 36 select CPU_V6 37 select MULTI_IRQ_HANDLER 38 select SOC_HAS_OMAP2_SDRC --- 37 unchanged lines hidden (view full) --- 76 77config SOC_OMAP5 78 bool "TI OMAP5" 79 select ARM_ARCH_TIMER 80 select ARM_CPU_SUSPEND if PM 81 select ARM_GIC 82 select CPU_V7 83 select HAVE_SMP |
82 select SOC_HAS_REALTIME_COUNTER | |
83 select COMMON_CLK 84 85comment "OMAP Core Type" 86 depends on ARCH_OMAP2 87 88config SOC_OMAP2420 89 bool "OMAP2420 support" 90 depends on ARCH_OMAP2 --- 330 unchanged lines hidden --- | 84 select COMMON_CLK 85 86comment "OMAP Core Type" 87 depends on ARCH_OMAP2 88 89config SOC_OMAP2420 90 bool "OMAP2420 support" 91 depends on ARCH_OMAP2 --- 330 unchanged lines hidden --- |