From: Uwe Hermann Date: Wed, 26 Aug 2009 14:11:48 +0000 (+0000) Subject: Fix vendor name config variables to match company name (trivial). X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=602d2b8dc2404ff3de073e84721ba0358faea161;p=coreboot.git Fix vendor name config variables to match company name (trivial). Any whitespace or dashes are replaced with underscores. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4583 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig index 64a3e5595..2f0532e3b 100644 --- a/src/mainboard/Kconfig +++ b/src/mainboard/Kconfig @@ -4,7 +4,7 @@ choice prompt "Mainboard vendor" default VENDOR_EMULATION -config VENDOR_ATREND +config VENDOR_A_TREND bool "A-Trend" config VENDOR_ABIT bool "Abit" @@ -16,7 +16,7 @@ config VENDOR_AMD bool "AMD" config VENDOR_ARIMA bool "Arima" -config VENDOR_ARTEC +config VENDOR_ARTEC_GROUP bool "Artec Group" config VENDOR_ASI bool "ASI" @@ -36,11 +36,11 @@ config VENDOR_COMPAQ bool "Compaq" config VENDOR_DELL bool "Dell" -config VENDOR_DIGITALLOGIC +config VENDOR_DIGITAL_LOGIC bool "DIGITAL-LOGIC" config VENDOR_EAGLELION bool "EagleLion" -config VENDOR_EMBEDDEDPLANET +config VENDOR_EMBEDDED_PLANET bool "Embedded Planet" config VENDOR_EMULATION bool "Emulation" @@ -74,7 +74,7 @@ config VENDOR_NVIDIA bool "NVIDIA" config VENDOR_OLPC bool "OLPC" -config VENDOR_PCENGINES +config VENDOR_PC_ENGINES bool "PC Engines" config VENDOR_RCA bool "RCA" @@ -86,7 +86,7 @@ config VENDOR_TECHNEXION bool "Technexion" config VENDOR_THOMSON bool "Thomson" -config VENDOR_TOTALIMPACT +config VENDOR_TOTAL_IMPACT bool "Total Impact" config VENDOR_TYAN bool "Tyan" @@ -98,7 +98,7 @@ endchoice config MAINBOARD_VENDOR string default "A-Trend" - depends on VENDOR_ATREND + depends on VENDOR_A_TREND config MAINBOARD_VENDOR string @@ -128,7 +128,7 @@ config MAINBOARD_VENDOR config MAINBOARD_VENDOR string default "Artec Group" - depends on VENDOR_ARTEC + depends on VENDOR_ARTEC_GROUP config MAINBOARD_VENDOR string @@ -178,7 +178,7 @@ config MAINBOARD_VENDOR config MAINBOARD_VENDOR string default "DIGITAL-LOGIC" - depends on VENDOR_DIGITALLOGIC + depends on VENDOR_DIGITAL_LOGIC config MAINBOARD_VENDOR string @@ -188,7 +188,7 @@ config MAINBOARD_VENDOR config MAINBOARD_VENDOR string default "Embedded Planet" - depends on VENDOR_EMBEDDEDPLANET + depends on VENDOR_EMBEDDED_PLANET config MAINBOARD_VENDOR string @@ -273,7 +273,7 @@ config MAINBOARD_VENDOR config MAINBOARD_VENDOR string default "PC Engines" - depends on VENDOR_PCENGINES + depends on VENDOR_PC_ENGINES config MAINBOARD_VENDOR string @@ -303,7 +303,7 @@ config MAINBOARD_VENDOR config MAINBOARD_VENDOR string default "Total Impact" - depends on VENDOR_TOTALIMPACT + depends on VENDOR_TOTAL_IMPACT config MAINBOARD_VENDOR string