coreboot-kgpe-d16/src/mainboard/iwave/Kconfig
Patrick Georgi be61a17351 Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board
which uses it.

Compiles, but not boot tested lately.
Many things missing (eg. SMM support, proper ACPI, ...)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-12-18 07:48:43 +00:00

18 lines
259 B
Text

if VENDOR_IWAVE
choice
prompt "Mainboard model"
depends on VENDOR_IWAVE
config BOARD_IWAVE_RAINBOW_G6
bool "iWRainbowG6"
endchoice
source "src/mainboard/iwave/iWRainbowG6/Kconfig"
config MAINBOARD_VENDOR
string
default "iWave"
endif # VENDOR_IWAVE