coreboot-kgpe-d16/src/mainboard/digitallogic/Kconfig
Patrick Georgi c88ed855d8 Rename vendor identifiers in Kconfig
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>
2012-03-01 00:03:15 +01:00

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