aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mahogany_fam10/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2011-12-14 15:59:02 -0700
committerMarc Jones <marcj303@gmail.com>2011-12-21 22:11:34 +0100
commit374018d827e0967ba828cd4fc31ddeacf0003afd (patch)
tree87a30c35199f0df4a864203102e98d2b026940d3 /src/mainboard/amd/mahogany_fam10/Kconfig
parent74b659992b3283ac8e0f7aa3d371f93144771451 (diff)
Add RS780 defaut graphics ID to AMD Mahogany mainboard.
Added the default ID to the mainboard Kconfig. Change-Id: Ie5d39ccdda9d4f5a86214b5bd9ca629070ff152a Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: http://review.coreboot.org/488 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/mahogany_fam10/Kconfig')
-rw-r--r--src/mainboard/amd/mahogany_fam10/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/Kconfig b/src/mainboard/amd/mahogany_fam10/Kconfig
index 9c2e081aac..b8d46eb979 100644
--- a/src/mainboard/amd/mahogany_fam10/Kconfig
+++ b/src/mainboard/amd/mahogany_fam10/Kconfig
@@ -83,4 +83,8 @@ config RAMBASE
hex
default 0x200000
+config VGA_BIOS_ID
+ string
+ default "1002,9615"
+
endif # BOARD_AMD_MAHOGANY_FAM10