Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45060 )
Change subject: mb/google/puff: Select INTEL_GMA_HAVE_VBT ......................................................................
mb/google/puff: Select INTEL_GMA_HAVE_VBT
NOT-FOR-MERGE, maybe we need the vbios for GOB to function correctly?
Change-Id: Ied88d582a99ba871fc7dc9c8a0f4d5336c21fa9c Signed-off-by: Edward O'Callaghan quasisec@google.com --- M src/mainboard/google/hatch/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/45060/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index ee9210d..c6e29ce 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -14,6 +14,7 @@ select SOC_INTEL_CSE_LITE_SKU select DRIVERS_INTEL_DPTF select DPTF_USE_EISA_HID + select INTEL_GMA_HAVE_VBT
config BOARD_GOOGLE_HATCH_COMMON def_bool n