Kconfig (4bd93343124ffe3bdc21c2b485c2668aba6651be) Kconfig (8dd21c93197cc465ae87e142435b3f7f262eade9)
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

--- 104 unchanged lines hidden (view full) ---

113config ARCH_OMAP2PLUS_TYPICAL
114 bool "Typical OMAP configuration"
115 default y
116 select AEABI
117 select HIGHMEM
118 select I2C
119 select I2C_OMAP
120 select MENELAUS if ARCH_OMAP2
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

--- 104 unchanged lines hidden (view full) ---

113config ARCH_OMAP2PLUS_TYPICAL
114 bool "Typical OMAP configuration"
115 default y
116 select AEABI
117 select HIGHMEM
118 select I2C
119 select I2C_OMAP
120 select MENELAUS if ARCH_OMAP2
121 select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
121 select NEON if CPU_V7
122 select PM_RUNTIME
123 select REGULATOR
124 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
125 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
126 select VFP
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"
122 select PM_RUNTIME
123 select REGULATOR
124 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
125 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
126 select VFP
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
136 default y
137
138config SOC_DRA7XX
139 bool "TI DRA7XX"
140 select ARM_ARCH_TIMER
141 select CPU_V7
142 select ARM_GIC
143 select HAVE_SMP
144 select COMMON_CLK
145
138comment "OMAP Core Type"
139 depends on ARCH_OMAP2
140
141config SOC_OMAP2420
142 bool "OMAP2420 support"
143 depends on ARCH_OMAP2
144 default y
145 select OMAP_DM_TIMER

--- 286 unchanged lines hidden ---
146comment "OMAP Core Type"
147 depends on ARCH_OMAP2
148
149config SOC_OMAP2420
150 bool "OMAP2420 support"
151 depends on ARCH_OMAP2
152 default y
153 select OMAP_DM_TIMER

--- 286 unchanged lines hidden ---