aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/Kconfig
diff options
context:
space:
mode:
authorHarald Gutmann <harald.gutmann@gmx.net>2009-10-03 21:06:53 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-03 21:06:53 +0000
commitf9ef2081bab5247a30dec92d09148224256ad92d (patch)
treefc63813589624d7c5113a49a184fbd358badd031 /src/mainboard/gigabyte/Kconfig
parent37ea3410794758b8253ff5ad0e2918f760e39294 (diff)
Add gigabyte/m57sli support to Kconfig.
Whitespace fixes to devicetree.cb Signed-off-by: Harald Gutmann <harald.gutmann@gmx.net> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4715 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/Kconfig')
-rw-r--r--src/mainboard/gigabyte/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig
index ad5003c2c5..847460db94 100644
--- a/src/mainboard/gigabyte/Kconfig
+++ b/src/mainboard/gigabyte/Kconfig
@@ -21,8 +21,9 @@
choice
prompt "Mainboard model"
depends on VENDOR_GIGABYTE
-
+
source "src/mainboard/gigabyte/ga-6bxc/Kconfig"
+source "src/mainboard/gigabyte/m57sli/Kconfig"
endchoice