summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2019-05-27 02:09:24 -0500
committerMatt DeVillier <matt.devillier@gmail.com>2019-06-02 22:26:34 +0000
commit0da3a8a91bdfa97f658286717c9e6af0fcd69fe6 (patch)
tree6fb1c3d15b58e19610d5c5c8f9c966f00af220da /src/mainboard/google/rambi/Kconfig
parenta82f991122b199bcdaf51eb93dcdcd81825de2bf (diff)
downloadcoreboot-0da3a8a91bdfa97f658286717c9e6af0fcd69fe6.tar.gz
coreboot-0da3a8a91bdfa97f658286717c9e6af0fcd69fe6.tar.bz2
coreboot-0da3a8a91bdfa97f658286717c9e6af0fcd69fe6.zip
soc/intel/baytrail: set default VBIOS filename and PCI ID
All Baytrail boards have the same GPU PCI ID, so set it here to avoid having to set it in each board's config. Move the VGA_BIOS_FILE config from google/rambi into soc/baytrail since it likewise applies to all Baytrail boards. Change-Id: Id1e0580b55e3590d868cb839987f06c49bb07cf5 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33026 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r--src/mainboard/google/rambi/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index c47b3d790907..56d44bcea0a0 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -90,10 +90,6 @@ config EC_GOOGLE_CHROMEEC_BOARDNAME
string
default ""
-config VGA_BIOS_FILE
- string
- default "pci8086,0f31.rom"
-
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"