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>
This commit is contained in:
parent
730c0eec43
commit
c88ed855d8
|
@ -16,7 +16,7 @@ config VENDOR_AMD
|
|||
bool "AMD"
|
||||
config VENDOR_ARIMA
|
||||
bool "Arima"
|
||||
config VENDOR_ARTEC_GROUP
|
||||
config VENDOR_ARTECGROUP
|
||||
bool "Artec Group"
|
||||
config VENDOR_ASI
|
||||
bool "ASI"
|
||||
|
@ -42,7 +42,7 @@ config VENDOR_COMPAQ
|
|||
bool "Compaq"
|
||||
config VENDOR_DELL
|
||||
bool "Dell"
|
||||
config VENDOR_DIGITAL_LOGIC
|
||||
config VENDOR_DIGITALLOGIC
|
||||
bool "DIGITAL-LOGIC"
|
||||
config VENDOR_EAGLELION
|
||||
bool "EagleLion"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if VENDOR_ARTEC_GROUP
|
||||
if VENDOR_ARTECGROUP
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
|
@ -14,4 +14,4 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "Artec Group"
|
||||
|
||||
endif # VENDOR_ARTEC_GROUP
|
||||
endif # VENDOR_ARTECGROUP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if VENDOR_DIGITAL_LOGIC
|
||||
if VENDOR_DIGITALLOGIC
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
|
@ -20,4 +20,4 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "DIGITAL-LOGIC"
|
||||
|
||||
endif # VENDOR_DIGITAL_LOGIC
|
||||
endif # VENDOR_DIGITALLOGIC
|
||||
|
|
Loading…
Reference in New Issue