blob: 75b40131386c952a835968a244030c5482c0302a [file] [log] [blame]
Furquan Shaikhc82aabc2020-04-23 13:59:00 -07001config SOC_AMD_COMMON_BLOCK_GRAPHICS
2 bool
Furquan Shaikhc82aabc2020-04-23 13:59:00 -07003 help
4 Select this option to use AMD common graphics driver support.
Aaron Durbin77a062e2020-08-20 10:15:06 -06005
6config SOC_AMD_COMMON_BLOCK_GRAPHICS_ATIF
7 bool
8 depends on SOC_AMD_COMMON_BLOCK_GRAPHICS
9 help
10 Select this option to provide ATIF method with display brightness querying.
11 Currently, the exported values only open up 0-255 as the brightness range for
12 the display.
Matt DeVilliere5e82862022-12-16 17:14:35 -060013
14config SOC_AMD_GFX_CACHE_VBIOS_IN_FMAP
15 bool "Support for caching modified VBIOS tables in flash"
Matt DeVillier1fbc1122023-01-23 18:38:45 -060016 depends on SOC_AMD_COMMON_BLOCK_GRAPHICS && CHROMEOS && RUN_FSP_GOP && TPM2
Matt DeVilliere5e82862022-12-16 17:14:35 -060017 default n
18 help
19 Enable support for flash based VBIOS cache.
20
21config USE_SELECTIVE_GOP_INIT
22 bool "Run FSP GOP driver only when needed for recovery/developer modes"
23 depends on SOC_AMD_GFX_CACHE_VBIOS_IN_FMAP
24 default n
25 help
26 Select this option to only run the FSP GOP driver when needed for pre-OS display init
27 (eg, Recovery and Developer Modes). Otherwise, use cached VBIOS/ATOMBIOS tables.
28 Selecting this option will save approx. 130ms boot time on the normal boot path.