diff options
author | Alec Ari <neotheuser@ymail.com> | 2012-05-09 19:08:19 -0500 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-05-10 08:43:35 +0200 |
commit | 5db1f4666ebb07c4e987da24bf8e53ba8d538b1f (patch) | |
tree | 0778f9e566b842d7d4c8891a375dccc9e4a3d089 /src/mainboard/gigabyte/Kconfig | |
parent | eb129bbcb654d90c331b7898222d64f769c08437 (diff) | |
download | coreboot-5db1f4666ebb07c4e987da24bf8e53ba8d538b1f.tar.xz |
Integrate MA785GM-US2H to Kconfig
MA785GM-US2H was left out of Kconfig. This
allows the option to select the board.
Change-Id: I9efea96c21dcd0754ab51824b410435b0b5300c2
Signed-off-by: Alec Ari <neotheuser@ymail.com>
Reviewed-on: http://review.coreboot.org/1022
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/gigabyte/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig index 813acefae4..d3374cb893 100644 --- a/src/mainboard/gigabyte/Kconfig +++ b/src/mainboard/gigabyte/Kconfig @@ -31,6 +31,8 @@ config BOARD_GIGABYTE_M57SLI bool "GA-M57SLI-S4" config BOARD_GIGABYTE_MA785GMT bool "GA-MA785GMT-UD2H" +config BOARD_GIGABYTE_MA785GM + bool "GA-MA785GM-US2H" config BOARD_GIGABYTE_MA78GM bool "GA-MA78GM-US2H" @@ -41,6 +43,7 @@ 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/ma785gm/Kconfig" source "src/mainboard/gigabyte/ma78gm/Kconfig" config MAINBOARD_VENDOR |