blob: 9f490b0dc2b1397efa059ed1953a68bc079f2e34 [file] [log] [blame]
Patrick Georgic88ed852012-01-10 18:45:34 +01001if VENDOR_DIGITALLOGIC
Jens Rottmann9a684fc2010-08-30 16:36:51 +00002
Patrick Georgi00f02672009-10-09 14:10:28 +00003choice
4 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00005
6config BOARD_DIGITALLOGIC_ADL855PC
7 bool "smartModule855"
8config BOARD_DIGITALLOGIC_MSM586SEG
9 bool "MSM586SEG"
10config BOARD_DIGITALLOGIC_MSM800SEV
11 bool "MSM800SEV"
12
13endchoice
Stefan Reinauer14e22772010-04-27 06:56:47 +000014
Patrick Georgi00f02672009-10-09 14:10:28 +000015source "src/mainboard/digitallogic/adl855pc/Kconfig"
16source "src/mainboard/digitallogic/msm586seg/Kconfig"
17source "src/mainboard/digitallogic/msm800sev/Kconfig"
18
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019config MAINBOARD_VENDOR
20 string
21 default "DIGITAL-LOGIC"
Patrick Georgi00f02672009-10-09 14:10:28 +000022
Patrick Georgic88ed852012-01-10 18:45:34 +010023endif # VENDOR_DIGITALLOGIC