diff options
author | Anders Jenbo <anders@jenbo.dk> | 2010-05-14 19:50:11 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-05-14 19:50:11 +0000 |
commit | 9d1c76f54c105a15f227183460ebe8d88cb719a7 (patch) | |
tree | 576f40663e264e2e0cd3e4f4b0219328f885dca2 /src/mainboard/gigabyte/Kconfig | |
parent | 2f4b7f6cb1be61f4c36a85cbf3cb12822375a4f0 (diff) |
Add initial support for the GIGABYTE GA-6BXE.
Signed-off-by: Anders Jenbo <anders@jenbo.dk>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5554 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 d5e88e8785..85469b7989 100644 --- a/src/mainboard/gigabyte/Kconfig +++ b/src/mainboard/gigabyte/Kconfig @@ -23,6 +23,7 @@ choice source "src/mainboard/gigabyte/ga_2761gxdk/Kconfig" source "src/mainboard/gigabyte/ga-6bxc/Kconfig" +source "src/mainboard/gigabyte/ga-6bxe/Kconfig" source "src/mainboard/gigabyte/m57sli/Kconfig" endchoice |