Kconfig (12cbfd0a3c52a52c2948c91b9e62e73c468d1572) | Kconfig (a8a6565c7615cab3608d75af95b5c8a3522cd7c4) |
---|---|
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 --- 320 unchanged lines hidden (view full) --- 329 depends on ARCH_OMAP4 330 select OMAP_PACKAGE_CBL 331 select OMAP_PACKAGE_CBS 332 select REGULATOR_FIXED_VOLTAGE 333 334config OMAP3_EMU 335 bool "OMAP3 debugging peripherals" 336 depends on ARCH_OMAP3 | 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 --- 320 unchanged lines hidden (view full) --- 329 depends on ARCH_OMAP4 330 select OMAP_PACKAGE_CBL 331 select OMAP_PACKAGE_CBS 332 select REGULATOR_FIXED_VOLTAGE 333 334config OMAP3_EMU 335 bool "OMAP3 debugging peripherals" 336 depends on ARCH_OMAP3 |
337 select ARM_AMBA |
|
337 select OC_ETM 338 help 339 Say Y here to enable debugging hardware of omap3 340 341config OMAP3_SDRC_AC_TIMING 342 bool "Enable SDRC AC timing register changes" 343 depends on ARCH_OMAP3 344 default n 345 help 346 If you know that none of your system initiators will attempt to 347 access SDRAM during CORE DVFS, select Y here. This should boost 348 SDRAM performance at lower CORE OPPs. There are relatively few 349 users who will wish to say yes at this point - almost everyone will 350 wish to say no. Selecting yes without understanding what is 351 going on could result in system crashes; 352 353endmenu 354 355endif | 338 select OC_ETM 339 help 340 Say Y here to enable debugging hardware of omap3 341 342config OMAP3_SDRC_AC_TIMING 343 bool "Enable SDRC AC timing register changes" 344 depends on ARCH_OMAP3 345 default n 346 help 347 If you know that none of your system initiators will attempt to 348 access SDRAM during CORE DVFS, select Y here. This should boost 349 SDRAM performance at lower CORE OPPs. There are relatively few 350 users who will wish to say yes at this point - almost everyone will 351 wish to say no. Selecting yes without understanding what is 352 going on could result in system crashes; 353 354endmenu 355 356endif |