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/siemens/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/mainboard/siemens/Kconfig (limited to 'src/mainboard/siemens/Kconfig') diff --git a/src/mainboard/siemens/Kconfig b/src/mainboard/siemens/Kconfig new file mode 100644 index 0000000000..f03f8224e0 --- /dev/null +++ b/src/mainboard/siemens/Kconfig @@ -0,0 +1,17 @@ +if VENDOR_SIEMENS + +choice + prompt "Mainboard model" + +config BOARD_SIEMENS_SITEMP_G1P1 + bool "MB SITEMP-G1 (U1P0/U1P1)" + +endchoice + +source "src/mainboard/siemens/sitemp_g1p1/Kconfig" + +config MAINBOARD_VENDOR + string + default "Siemens" + +endif # VENDOR_SIEMENS -- cgit v1.2.3