Kconfig: Move and rename ADD_VBT_DATA_FILE
Move ADD_VBT_DATA_FILE to "Devices" menu and rename it to INTEL_GMA_ADD_VBT_DATA_FILE. Depend on Intel platforms to avoid confusing users of non-Intel platforms. The Intel GMA driver will use the vbt.bin, if present, to fill the ACPI OpRegion. Change-Id: I688bac339c32e9c856642a0f4bd5929beef06409 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/20619 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@@ -102,19 +102,6 @@ config MMA_BLOBS_PATH
|
||||
default "3rdparty/blobs/soc/intel/kabylake/mma-blobs" if SOC_INTEL_KABYLAKE
|
||||
default "3rdparty/blobs/soc/intel/skylake/mma-blobs" if SOC_INTEL_SKYLAKE
|
||||
|
||||
config ADD_VBT_DATA_FILE
|
||||
bool "Add a Video Bios Table (VBT) binary to CBFS"
|
||||
help
|
||||
Add a VBT file data file to CBFS. The VBT describes the integrated
|
||||
GPU and connections, and is needed by FSP in order to initialize the
|
||||
display.
|
||||
|
||||
config VBT_FILE
|
||||
string "VBT binary path and filename"
|
||||
depends on ADD_VBT_DATA_FILE
|
||||
help
|
||||
The path and filename of the VBT binary.
|
||||
|
||||
config SOC_INTEL_COMMON_GFX_OPREGION
|
||||
bool
|
||||
default n
|
||||
|
Reference in New Issue
Block a user