2012-01-10 18:45:34 +01:00
|
|
|
if VENDOR_DIGITALLOGIC
|
2010-08-30 18:36:51 +02:00
|
|
|
|
2009-10-09 16:10:28 +02:00
|
|
|
choice
|
|
|
|
prompt "Mainboard model"
|
2010-08-30 18:36:51 +02:00
|
|
|
|
|
|
|
config BOARD_DIGITALLOGIC_ADL855PC
|
|
|
|
bool "smartModule855"
|
|
|
|
config BOARD_DIGITALLOGIC_MSM586SEG
|
|
|
|
bool "MSM586SEG"
|
|
|
|
config BOARD_DIGITALLOGIC_MSM800SEV
|
|
|
|
bool "MSM800SEV"
|
|
|
|
|
|
|
|
endchoice
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2009-10-09 16:10:28 +02:00
|
|
|
source "src/mainboard/digitallogic/adl855pc/Kconfig"
|
|
|
|
source "src/mainboard/digitallogic/msm586seg/Kconfig"
|
|
|
|
source "src/mainboard/digitallogic/msm800sev/Kconfig"
|
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
config MAINBOARD_VENDOR
|
|
|
|
string
|
|
|
|
default "DIGITAL-LOGIC"
|
2009-10-09 16:10:28 +02:00
|
|
|
|
2012-01-10 18:45:34 +01:00
|
|
|
endif # VENDOR_DIGITALLOGIC
|