diff options
Diffstat (limited to 'src/soc/amd/common/block/graphics/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/graphics/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/graphics/Kconfig b/src/soc/amd/common/block/graphics/Kconfig index 75b4013138..ce00f1821d 100644 --- a/src/soc/amd/common/block/graphics/Kconfig +++ b/src/soc/amd/common/block/graphics/Kconfig @@ -26,3 +26,10 @@ config USE_SELECTIVE_GOP_INIT Select this option to only run the FSP GOP driver when needed for pre-OS display init (eg, Recovery and Developer Modes). Otherwise, use cached VBIOS/ATOMBIOS tables. Selecting this option will save approx. 130ms boot time on the normal boot path. + +config SOC_AMD_COMMON_BLOCK_GRAPHICS_ACP + bool + depends on SOC_AMD_COMMON_BLOCK_GRAPHICS + help + Select this option to provide Audio CoProcessor ACPI device for pre-Ryzen APUs for + use by custom Windows drivers. |