Kconfig (d5ef8a4d87ab21d575ac86366599c9152a28028d) | Kconfig (2ec1fc4e169acc0b8d6733ff028fd52e766773d9) |
---|---|
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 --- 199 unchanged lines hidden (view full) --- 208 depends on ARCH_OMAP3 209 select OMAP_PACKAGE_CBB 210 211config MACH_OMAP3_PANDORA 212 bool "OMAP3 Pandora" 213 depends on ARCH_OMAP3 214 default y 215 select OMAP_PACKAGE_CBB | 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 --- 199 unchanged lines hidden (view full) --- 208 depends on ARCH_OMAP3 209 select OMAP_PACKAGE_CBB 210 211config MACH_OMAP3_PANDORA 212 bool "OMAP3 Pandora" 213 depends on ARCH_OMAP3 214 default y 215 select OMAP_PACKAGE_CBB |
216 select REGULATOR_FIXED_VOLTAGE if REGULATOR | 216 select REGULATOR_FIXED_VOLTAGE |
217 218config MACH_OMAP3_TOUCHBOOK 219 bool "OMAP3 Touch Book" 220 depends on ARCH_OMAP3 221 default y | 217 218config MACH_OMAP3_TOUCHBOOK 219 bool "OMAP3 Touch Book" 220 depends on ARCH_OMAP3 221 default y |
222 select BACKLIGHT_CLASS_DEVICE |
|
222 223config MACH_OMAP_3430SDP 224 bool "OMAP 3430 SDP board" 225 depends on ARCH_OMAP3 226 default y 227 select OMAP_PACKAGE_CBB 228 229config MACH_NOKIA_N800 --- 29 unchanged lines hidden (view full) --- 259config MACH_OMAP_ZOOM2 260 bool "OMAP3 Zoom2 board" 261 depends on ARCH_OMAP3 262 default y 263 select OMAP_PACKAGE_CBB 264 select SERIAL_8250 265 select SERIAL_CORE_CONSOLE 266 select SERIAL_8250_CONSOLE | 223 224config MACH_OMAP_3430SDP 225 bool "OMAP 3430 SDP board" 226 depends on ARCH_OMAP3 227 default y 228 select OMAP_PACKAGE_CBB 229 230config MACH_NOKIA_N800 --- 29 unchanged lines hidden (view full) --- 260config MACH_OMAP_ZOOM2 261 bool "OMAP3 Zoom2 board" 262 depends on ARCH_OMAP3 263 default y 264 select OMAP_PACKAGE_CBB 265 select SERIAL_8250 266 select SERIAL_CORE_CONSOLE 267 select SERIAL_8250_CONSOLE |
267 select REGULATOR_FIXED_VOLTAGE if REGULATOR | 268 select REGULATOR_FIXED_VOLTAGE |
268 269config MACH_OMAP_ZOOM3 270 bool "OMAP3630 Zoom3 board" 271 depends on ARCH_OMAP3 272 default y 273 select OMAP_PACKAGE_CBP 274 select SERIAL_8250 275 select SERIAL_CORE_CONSOLE 276 select SERIAL_8250_CONSOLE | 269 270config MACH_OMAP_ZOOM3 271 bool "OMAP3630 Zoom3 board" 272 depends on ARCH_OMAP3 273 default y 274 select OMAP_PACKAGE_CBP 275 select SERIAL_8250 276 select SERIAL_CORE_CONSOLE 277 select SERIAL_8250_CONSOLE |
277 select REGULATOR_FIXED_VOLTAGE if REGULATOR | 278 select REGULATOR_FIXED_VOLTAGE |
278 279config MACH_CM_T35 280 bool "CompuLab CM-T35/CM-T3730 modules" 281 depends on ARCH_OMAP3 282 default y 283 select MACH_CM_T3730 284 select OMAP_PACKAGE_CUS 285 --- 42 unchanged lines hidden (view full) --- 328 default y 329 330config MACH_OMAP_4430SDP 331 bool "OMAP 4430 SDP board" 332 default y 333 depends on ARCH_OMAP4 334 select OMAP_PACKAGE_CBL 335 select OMAP_PACKAGE_CBS | 279 280config MACH_CM_T35 281 bool "CompuLab CM-T35/CM-T3730 modules" 282 depends on ARCH_OMAP3 283 default y 284 select MACH_CM_T3730 285 select OMAP_PACKAGE_CUS 286 --- 42 unchanged lines hidden (view full) --- 329 default y 330 331config MACH_OMAP_4430SDP 332 bool "OMAP 4430 SDP board" 333 default y 334 depends on ARCH_OMAP4 335 select OMAP_PACKAGE_CBL 336 select OMAP_PACKAGE_CBS |
336 select REGULATOR_FIXED_VOLTAGE if REGULATOR | 337 select REGULATOR_FIXED_VOLTAGE |
337 338config MACH_OMAP4_PANDA 339 bool "OMAP4 Panda Board" 340 default y 341 depends on ARCH_OMAP4 342 select OMAP_PACKAGE_CBL 343 select OMAP_PACKAGE_CBS | 338 339config MACH_OMAP4_PANDA 340 bool "OMAP4 Panda Board" 341 default y 342 depends on ARCH_OMAP4 343 select OMAP_PACKAGE_CBL 344 select OMAP_PACKAGE_CBS |
344 select REGULATOR_FIXED_VOLTAGE if REGULATOR | 345 select REGULATOR_FIXED_VOLTAGE |
345 346config OMAP3_EMU 347 bool "OMAP3 debugging peripherals" 348 depends on ARCH_OMAP3 349 select ARM_AMBA 350 select OC_ETM 351 help 352 Say Y here to enable debugging hardware of omap3 --- 6 unchanged lines hidden (view full) --- 359 If you know that none of your system initiators will attempt to 360 access SDRAM during CORE DVFS, select Y here. This should boost 361 SDRAM performance at lower CORE OPPs. There are relatively few 362 users who will wish to say yes at this point - almost everyone will 363 wish to say no. Selecting yes without understanding what is 364 going on could result in system crashes; 365 366config OMAP4_ERRATA_I688 | 346 347config OMAP3_EMU 348 bool "OMAP3 debugging peripherals" 349 depends on ARCH_OMAP3 350 select ARM_AMBA 351 select OC_ETM 352 help 353 Say Y here to enable debugging hardware of omap3 --- 6 unchanged lines hidden (view full) --- 360 If you know that none of your system initiators will attempt to 361 access SDRAM during CORE DVFS, select Y here. This should boost 362 SDRAM performance at lower CORE OPPs. There are relatively few 363 users who will wish to say yes at this point - almost everyone will 364 wish to say no. Selecting yes without understanding what is 365 going on could result in system crashes; 366 367config OMAP4_ERRATA_I688 |
367 bool "OMAP4 errata: Async Bridge Corruption (BROKEN)" 368 depends on ARCH_OMAP4 && BROKEN | 368 bool "OMAP4 errata: Async Bridge Corruption" 369 depends on ARCH_OMAP4 |
369 select ARCH_HAS_BARRIERS 370 help 371 If a data is stalled inside asynchronous bridge because of back 372 pressure, it may be accepted multiple times, creating pointer 373 misalignment that will corrupt next transfers on that data path 374 until next reset of the system (No recovery procedure once the 375 issue is hit, the path remains consistently broken). Async bridge 376 can be found on path between MPU to EMIF and MPU to L3 interconnect. --- 13 unchanged lines hidden --- | 370 select ARCH_HAS_BARRIERS 371 help 372 If a data is stalled inside asynchronous bridge because of back 373 pressure, it may be accepted multiple times, creating pointer 374 misalignment that will corrupt next transfers on that data path 375 until next reset of the system (No recovery procedure once the 376 issue is hit, the path remains consistently broken). Async bridge 377 can be found on path between MPU to EMIF and MPU to L3 interconnect. --- 13 unchanged lines hidden --- |