be61a17351
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
18 lines
259 B
Text
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
|