Fix vendor name config variables to match company name (trivial).

Any whitespace or dashes are replaced with underscores.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4583 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2009-08-26 14:11:48 +00:00
parent 879c17784f
commit 602d2b8dc2
1 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ choice
prompt "Mainboard vendor" prompt "Mainboard vendor"
default VENDOR_EMULATION default VENDOR_EMULATION
config VENDOR_ATREND config VENDOR_A_TREND
bool "A-Trend" bool "A-Trend"
config VENDOR_ABIT config VENDOR_ABIT
bool "Abit" bool "Abit"
@ -16,7 +16,7 @@ config VENDOR_AMD
bool "AMD" bool "AMD"
config VENDOR_ARIMA config VENDOR_ARIMA
bool "Arima" bool "Arima"
config VENDOR_ARTEC config VENDOR_ARTEC_GROUP
bool "Artec Group" bool "Artec Group"
config VENDOR_ASI config VENDOR_ASI
bool "ASI" bool "ASI"
@ -36,11 +36,11 @@ config VENDOR_COMPAQ
bool "Compaq" bool "Compaq"
config VENDOR_DELL config VENDOR_DELL
bool "Dell" bool "Dell"
config VENDOR_DIGITALLOGIC config VENDOR_DIGITAL_LOGIC
bool "DIGITAL-LOGIC" bool "DIGITAL-LOGIC"
config VENDOR_EAGLELION config VENDOR_EAGLELION
bool "EagleLion" bool "EagleLion"
config VENDOR_EMBEDDEDPLANET config VENDOR_EMBEDDED_PLANET
bool "Embedded Planet" bool "Embedded Planet"
config VENDOR_EMULATION config VENDOR_EMULATION
bool "Emulation" bool "Emulation"
@ -74,7 +74,7 @@ config VENDOR_NVIDIA
bool "NVIDIA" bool "NVIDIA"
config VENDOR_OLPC config VENDOR_OLPC
bool "OLPC" bool "OLPC"
config VENDOR_PCENGINES config VENDOR_PC_ENGINES
bool "PC Engines" bool "PC Engines"
config VENDOR_RCA config VENDOR_RCA
bool "RCA" bool "RCA"
@ -86,7 +86,7 @@ config VENDOR_TECHNEXION
bool "Technexion" bool "Technexion"
config VENDOR_THOMSON config VENDOR_THOMSON
bool "Thomson" bool "Thomson"
config VENDOR_TOTALIMPACT config VENDOR_TOTAL_IMPACT
bool "Total Impact" bool "Total Impact"
config VENDOR_TYAN config VENDOR_TYAN
bool "Tyan" bool "Tyan"
@ -98,7 +98,7 @@ endchoice
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "A-Trend" default "A-Trend"
depends on VENDOR_ATREND depends on VENDOR_A_TREND
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
@ -128,7 +128,7 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "Artec Group" default "Artec Group"
depends on VENDOR_ARTEC depends on VENDOR_ARTEC_GROUP
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
@ -178,7 +178,7 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "DIGITAL-LOGIC" default "DIGITAL-LOGIC"
depends on VENDOR_DIGITALLOGIC depends on VENDOR_DIGITAL_LOGIC
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
@ -188,7 +188,7 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "Embedded Planet" default "Embedded Planet"
depends on VENDOR_EMBEDDEDPLANET depends on VENDOR_EMBEDDED_PLANET
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
@ -273,7 +273,7 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "PC Engines" default "PC Engines"
depends on VENDOR_PCENGINES depends on VENDOR_PC_ENGINES
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
@ -303,7 +303,7 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string
default "Total Impact" default "Total Impact"
depends on VENDOR_TOTALIMPACT depends on VENDOR_TOTAL_IMPACT
config MAINBOARD_VENDOR config MAINBOARD_VENDOR
string string