c88ed855d8
Board identifiers use them without underscore, too. Unify that. Change-Id: I146384ef6dbe601ad131dada8224f43e6c18433d Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/674 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
23 lines
484 B
Text
23 lines
484 B
Text
if VENDOR_DIGITALLOGIC
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_DIGITALLOGIC_ADL855PC
|
|
bool "smartModule855"
|
|
config BOARD_DIGITALLOGIC_MSM586SEG
|
|
bool "MSM586SEG"
|
|
config BOARD_DIGITALLOGIC_MSM800SEV
|
|
bool "MSM800SEV"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/digitallogic/adl855pc/Kconfig"
|
|
source "src/mainboard/digitallogic/msm586seg/Kconfig"
|
|
source "src/mainboard/digitallogic/msm800sev/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "DIGITAL-LOGIC"
|
|
|
|
endif # VENDOR_DIGITALLOGIC
|