diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-01-09 11:06:26 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-14 17:14:30 +0200 |
commit | 43156f662587b094c5a64dbb98a1499107e57b82 (patch) | |
tree | 8e25be3f2b026208f1391e3b3a47f9de7f74b9c3 /src | |
parent | 2523dd031c07fbd11e090efaac1caddb1e70a5f6 (diff) | |
download | coreboot-43156f662587b094c5a64dbb98a1499107e57b82.tar.xz |
northbridge/via/cn700: Add a default VGA BIOS id
This is the actual PCI Id of the internal graphics.
Change-Id: I2a25ed35a5b01de6da905619fa9fce96738d1c0e
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/18895
Tested-by: build bot (Jenkins)
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/via/cn700/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/via/cn700/Kconfig b/src/northbridge/via/cn700/Kconfig index 98af4e8655..4491e6235b 100644 --- a/src/northbridge/via/cn700/Kconfig +++ b/src/northbridge/via/cn700/Kconfig @@ -36,3 +36,7 @@ config VIDEO_MB default 64 if CN700_VIDEO_MB_64MB default 128 if CN700_VIDEO_MB_128MB depends on NORTHBRIDGE_VIA_CN700 + +config VGA_BIOS_ID + string + default "1106,3344" |