aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/Kconfig13
-rw-r--r--src/soc/intel/common/Makefile.inc4
2 files changed, 0 insertions, 17 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 1e3afe91af..44c5bf75fe 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -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
diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc
index 110977585d..cd942580a6 100644
--- a/src/soc/intel/common/Makefile.inc
+++ b/src/soc/intel/common/Makefile.inc
@@ -92,8 +92,4 @@ $(foreach mma_test, $(MMA_TEST_CONFIG_NAMES),\
endif
-cbfs-files-$(CONFIG_ADD_VBT_DATA_FILE) += vbt.bin
-vbt.bin-file := $(call strip_quotes,$(CONFIG_VBT_FILE))
-vbt.bin-type := raw
-
endif