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