coreboot-kgpe-d16/src/mainboard/siemens/Kconfig
Josef Kellermann bfa7ee5b04 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 <seppk@arcor.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-05-11 07:47:43 +00:00

17 lines
258 B
Text

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