Author: uwe
Date: 2009-08-28 17:22:31 +0200 (Fri, 28 Aug 2009)
New Revision: 4612

Modified:
   trunk/coreboot-v2/src/mainboard/Kconfig
Log:
kconfig: Board name variable fixes and updates (trivial).

 - Use alphabetical order.
 - Drop non-exisiting vendors.
 - Add missing vendors (Mitac, Soyo, Technologic, TeleVideo).
 
Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/coreboot-v2/src/mainboard/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/Kconfig     2009-08-28 14:46:59 UTC (rev 
4611)
+++ trunk/coreboot-v2/src/mainboard/Kconfig     2009-08-28 15:22:31 UTC (rev 
4612)
@@ -4,14 +4,10 @@
        prompt "Mainboard vendor"
        default VENDOR_EMULATION
 
-config VENDOR_A_TREND
-       bool "A-Trend"
 config VENDOR_ABIT
        bool "Abit"
 config VENDOR_ADVANTECH
        bool "Advantech"
-config VENDOR_AGAMI
-       bool "agami"
 config VENDOR_AMD
        bool "AMD"
 config VENDOR_ARIMA
@@ -22,6 +18,8 @@
        bool "ASI"
 config VENDOR_ASUS
        bool "ASUS"
+config VENDOR_A_TREND
+       bool "A-Trend"
 config VENDOR_AXUS
        bool "AXUS"
 config VENDOR_AZZA
@@ -62,6 +60,8 @@
        bool "Kontron"
 config VENDOR_LIPPERT
        bool "Lippert"
+config VENDOR_MITAC
+       bool "Mitac"
 config VENDOR_MOTOROLA
        bool "Motorola"
 config VENDOR_MSI
@@ -78,12 +78,18 @@
        bool "PC Engines"
 config VENDOR_RCA
        bool "RCA"
+config VENDOR_SOYO
+       bool "Soyo"
 config VENDOR_SUNW
        bool "Sun"
 config VENDOR_SUPERMICRO
        bool "Supermicro"
 config VENDOR_TECHNEXION
        bool "Technexion"
+config VENDOR_TECHNOLOGIC
+       bool "Technologic"
+config VENDOR_TELEVIDEO
+       bool "TeleVideo"
 config VENDOR_THOMSON
        bool "Thomson"
 config VENDOR_TOTAL_IMPACT
@@ -97,11 +103,6 @@
 
 config MAINBOARD_VENDOR
        string
-       default "A-Trend"
-       depends on VENDOR_A_TREND
-
-config MAINBOARD_VENDOR
-       string
        default "Abit"
        depends on VENDOR_ABIT
 
@@ -112,11 +113,6 @@
 
 config MAINBOARD_VENDOR
        string
-       default "agami"
-       depends on VENDOR_AGAMI
-
-config MAINBOARD_VENDOR
-       string
        default "AMD"
        depends on VENDOR_AMD
 
@@ -142,6 +138,11 @@
 
 config MAINBOARD_VENDOR
        string
+       default "A-Trend"
+       depends on VENDOR_A_TREND
+
+config MAINBOARD_VENDOR
+       string
        default "AXUS"
        depends on VENDOR_AXUS
 
@@ -242,6 +243,11 @@
 
 config MAINBOARD_VENDOR
        string
+       default "Mitac"
+       depends on VENDOR_MITAC
+
+config MAINBOARD_VENDOR
+       string
        default "Motorola"
        depends on VENDOR_MOTOROLA
 
@@ -282,6 +288,11 @@
 
 config MAINBOARD_VENDOR
        string
+       default "Soyo"
+       depends on VENDOR_SOYO
+
+config MAINBOARD_VENDOR
+       string
        default "Sun"
        depends on VENDOR_SUNW
 
@@ -297,6 +308,16 @@
 
 config MAINBOARD_VENDOR
        string
+       default "Technologic"
+       depends on VENDOR_TECHNOLOGIC
+
+config MAINBOARD_VENDOR
+       string
+       default "TeleVideo"
+       depends on VENDOR_TELEVIDEO
+
+config MAINBOARD_VENDOR
+       string
        default "Thomson"
        depends on VENDOR_THOMSON
 


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to