From bfa7ee5b043c8f6e5823fc8ce48e53f354b053f7 Mon Sep 17 00:00:00 2001 From: Josef Kellermann Date: Wed, 11 May 2011 07:47:43 +0000 Subject: Add Siemens SITEMP-G1 board The code is loosely based on AMD dbm690t (and copied from there) and adapted to match the Siemens SITEMP-G1 board. It boots both Linux and Windows XP (and if it doesn't then complain with me [Patrick] because in that case I must have messed it up when integrating the patch) Signed-off-by: Josef Kellermann Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/Kconfig') diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig index b6f756519c..a4b983ea30 100644 --- a/src/mainboard/Kconfig +++ b/src/mainboard/Kconfig @@ -92,6 +92,8 @@ config VENDOR_RCA bool "RCA" config VENDOR_RODA bool "Roda" +config VENDOR_SIEMENS + bool "Siemens" config VENDOR_SOYO bool "Soyo" config VENDOR_SUNW @@ -163,6 +165,7 @@ source "src/mainboard/nvidia/Kconfig" source "src/mainboard/pcengines/Kconfig" source "src/mainboard/rca/Kconfig" source "src/mainboard/roda/Kconfig" +source "src/mainboard/siemens/Kconfig" source "src/mainboard/soyo/Kconfig" source "src/mainboard/sunw/Kconfig" source "src/mainboard/supermicro/Kconfig" -- cgit v1.2.3