diff options
author | Wang Qing Pei <wangqingpei@gmail.com> | 2010-08-17 11:22:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-17 11:22:40 +0000 |
commit | 931d6f378220fd6d1db30b79313b97bbdf5ec8ca (patch) | |
tree | d608be50ea4d4f4b9e440e91106ffe6a91490fc3 /src/mainboard/gigabyte/Kconfig | |
parent | 543f767dbf86aa4625d22d3055f729c5fd3b45ac (diff) | |
download | coreboot-931d6f378220fd6d1db30b79313b97bbdf5ec8ca.tar.xz |
Another AMD 780/700 mainboard: Gigabyte MA78GM-US2H
http://www.gigabyte.cn/products/product-page.aspx?pid=3118#ov
the simple config is
AM2+DDR2+SB700+RS780, the superIO is IT8718F
The patch has been tested with SeaBIOS + SUSE11.2
Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5715 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig index e9d6052122..ab23999294 100644 --- a/src/mainboard/gigabyte/Kconfig +++ b/src/mainboard/gigabyte/Kconfig @@ -26,5 +26,6 @@ source "src/mainboard/gigabyte/ga-6bxc/Kconfig" source "src/mainboard/gigabyte/ga-6bxe/Kconfig" source "src/mainboard/gigabyte/m57sli/Kconfig" source "src/mainboard/gigabyte/ma785gmt/Kconfig" +source "src/mainboard/gigabyte/ma78gm/Kconfig" endchoice |