Shelley Chen has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79667?usp=email )
Change subject: drivers/intel/gma: Only show the choice when a VBT is to be added ......................................................................
drivers/intel/gma: Only show the choice when a VBT is to be added
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I3bb71da8ea47f7365ae3895f5477f2a765256e3e Reviewed-on: https://review.coreboot.org/c/coreboot/+/79667 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Jérémy Compostella jeremy.compostella@intel.com Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Reviewed-by: Nico Huber nico.h@gmx.de --- M src/drivers/intel/gma/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Nico Huber: Looks good to me, but someone else must approve build bot (Jenkins): Verified Jérémy Compostella: Looks good to me, but someone else must approve Felix Singer: Looks good to me, approved
diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig index ca0143d..9e7e2a4 100644 --- a/src/drivers/intel/gma/Kconfig +++ b/src/drivers/intel/gma/Kconfig @@ -71,6 +71,7 @@
choice prompt "VBT Compression algorithm" + depends on INTEL_GMA_ADD_VBT default VBT_CBFS_COMPRESSION_LZ4 if VBT_CBFS_COMPRESSION_DEFAULT_LZ4 default VBT_CBFS_COMPRESSION_NONE if VBT_CBFS_COMPRESSION_DEFAULT_NONE default VBT_CBFS_COMPRESSION_LZMA