Kconfig (cada23f308e3869ceb5c75f164d249448dfaec07) | Kconfig (f18153f984bef7ab551701f2bae74078c0ded27c) |
---|---|
1config ARCH_OMAP 2 bool 3 4config ARCH_OMAP2 5 bool "TI OMAP2" 6 depends on ARCH_MULTI_V6 7 select ARCH_OMAP2PLUS 8 select CPU_V6 --- 118 unchanged lines hidden (view full) --- 127 help 128 Compile a kernel suitable for booting most boards 129 130config SOC_HAS_OMAP2_SDRC 131 bool "OMAP2 SDRAM Controller support" 132 133config SOC_HAS_REALTIME_COUNTER 134 bool "Real time free running counter" | 1config ARCH_OMAP 2 bool 3 4config ARCH_OMAP2 5 bool "TI OMAP2" 6 depends on ARCH_MULTI_V6 7 select ARCH_OMAP2PLUS 8 select CPU_V6 --- 118 unchanged lines hidden (view full) --- 127 help 128 Compile a kernel suitable for booting most boards 129 130config SOC_HAS_OMAP2_SDRC 131 bool "OMAP2 SDRAM Controller support" 132 133config SOC_HAS_REALTIME_COUNTER 134 bool "Real time free running counter" |
135 depends on SOC_OMAP5 | 135 depends on SOC_OMAP5 || SOC_DRA7XX |
136 default y 137 138comment "OMAP Core Type" 139 depends on ARCH_OMAP2 140 141config SOC_OMAP2420 142 bool "OMAP2420 support" 143 depends on ARCH_OMAP2 --- 288 unchanged lines hidden --- | 136 default y 137 138comment "OMAP Core Type" 139 depends on ARCH_OMAP2 140 141config SOC_OMAP2420 142 bool "OMAP2420 support" 143 depends on ARCH_OMAP2 --- 288 unchanged lines hidden --- |