blob: a98aa1d0e9a4edf8ecb0810105165183c1e44b7d [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_DIGITAL_LOGIC
2
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
Jens Rottmann9a684fc2010-08-30 16:36:51 +000023endif # VENDOR_DIGITAL_LOGIC