coreboot-kgpe-d16/src/mainboard/digitallogic/Kconfig
Patrick Georgi 00f0267f78 Remaining boards are Kconfig'd now. Whether they work
or not still depends on how close the configuration
options are to what they should be.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-09 14:10:28 +00:00

10 lines
248 B
Text

choice
prompt "Mainboard model"
depends on VENDOR_DIGITAL_LOGIC
source "src/mainboard/digitallogic/adl855pc/Kconfig"
source "src/mainboard/digitallogic/msm586seg/Kconfig"
source "src/mainboard/digitallogic/msm800sev/Kconfig"
endchoice