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:
Patrick Georgi 2012-01-10 18:45:34 +01:00
parent 730c0eec43
commit c88ed855d8
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -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