Kconfig (d40f3f15d31e93fce3960d90caaa5a40b52494e8) Kconfig (12a75da296d43784c960a2beaca002a08d06cf15)
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
9 select REGULATOR
10 select PM
11 select PM_RUNTIME
12 select VFP
13 select NEON if ARCH_OMAP3 || ARCH_OMAP4
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
9 select REGULATOR
10 select PM
11 select PM_RUNTIME
12 select VFP
13 select NEON if ARCH_OMAP3 || ARCH_OMAP4
14 select SERIAL_8250
15 select SERIAL_CORE_CONSOLE
16 select SERIAL_8250_CONSOLE
14 select SERIAL_OMAP
15 select SERIAL_OMAP_CONSOLE
17 select I2C
18 select I2C_OMAP
19 select MFD
20 select MENELAUS if ARCH_OMAP2
21 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
22 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
23 help
24 Compile a kernel suitable for booting most boards

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

217 default y
218 select OMAP_PACKAGE_CBB
219
220config MACH_OMAP_ZOOM2
221 bool "OMAP3 Zoom2 board"
222 depends on ARCH_OMAP3
223 default y
224 select OMAP_PACKAGE_CBB
16 select I2C
17 select I2C_OMAP
18 select MFD
19 select MENELAUS if ARCH_OMAP2
20 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
21 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
22 help
23 Compile a kernel suitable for booting most boards

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

216 default y
217 select OMAP_PACKAGE_CBB
218
219config MACH_OMAP_ZOOM2
220 bool "OMAP3 Zoom2 board"
221 depends on ARCH_OMAP3
222 default y
223 select OMAP_PACKAGE_CBB
224 select SERIAL_8250
225 select SERIAL_CORE_CONSOLE
226 select SERIAL_8250_CONSOLE
225
226config MACH_OMAP_ZOOM3
227 bool "OMAP3630 Zoom3 board"
228 depends on ARCH_OMAP3
229 default y
230 select OMAP_PACKAGE_CBP
227
228config MACH_OMAP_ZOOM3
229 bool "OMAP3630 Zoom3 board"
230 depends on ARCH_OMAP3
231 default y
232 select OMAP_PACKAGE_CBP
233 select SERIAL_8250
234 select SERIAL_CORE_CONSOLE
235 select SERIAL_8250_CONSOLE
231
232config MACH_CM_T35
233 bool "CompuLab CM-T35 module"
234 depends on ARCH_OMAP3
235 default y
236 select OMAP_PACKAGE_CUS
237 select OMAP_MUX
238

--- 58 unchanged lines hidden ---
236
237config MACH_CM_T35
238 bool "CompuLab CM-T35 module"
239 depends on ARCH_OMAP3
240 default y
241 select OMAP_PACKAGE_CUS
242 select OMAP_MUX
243

--- 58 unchanged lines hidden ---