Kconfig (9238b6d8e800f01f5cb42cc8e3e7b850ca49e83e) | Kconfig (cdc43482713d0af97d30d9b5d3c53b18fcec5d35) |
---|---|
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 --- 296 unchanged lines hidden (view full) --- 305 default y 306 307config MACH_OMAP_4430SDP 308 bool "OMAP 4430 SDP board" 309 default y 310 depends on ARCH_OMAP4 311 select OMAP_PACKAGE_CBL 312 select OMAP_PACKAGE_CBS | 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 --- 296 unchanged lines hidden (view full) --- 305 default y 306 307config MACH_OMAP_4430SDP 308 bool "OMAP 4430 SDP board" 309 default y 310 depends on ARCH_OMAP4 311 select OMAP_PACKAGE_CBL 312 select OMAP_PACKAGE_CBS |
313 select REGULATOR_FIXED_VOLTAGE |
|
313 314config MACH_OMAP4_PANDA 315 bool "OMAP4 Panda Board" 316 default y 317 depends on ARCH_OMAP4 318 select OMAP_PACKAGE_CBL 319 select OMAP_PACKAGE_CBS | 314 315config MACH_OMAP4_PANDA 316 bool "OMAP4 Panda Board" 317 default y 318 depends on ARCH_OMAP4 319 select OMAP_PACKAGE_CBL 320 select OMAP_PACKAGE_CBS |
321 select REGULATOR_FIXED_VOLTAGE |
|
320 321config OMAP3_EMU 322 bool "OMAP3 debugging peripherals" 323 depends on ARCH_OMAP3 324 select OC_ETM 325 help 326 Say Y here to enable debugging hardware of omap3 327 --- 15 unchanged lines hidden --- | 322 323config OMAP3_EMU 324 bool "OMAP3 debugging peripherals" 325 depends on ARCH_OMAP3 326 select OC_ETM 327 help 328 Say Y here to enable debugging hardware of omap3 329 --- 15 unchanged lines hidden --- |