adding support for the Asus K8V-X
[coreboot.git] / src / mainboard / asus / Kconfig
index bf8742a3f07460bee1991cb7de20d59887089fff..f7a30174a97dda48e794c02176e63c318cdce1be 100644 (file)
@@ -27,6 +27,8 @@ config BOARD_ASUS_A8V_E_SE
        bool "A8V-E SE"
 config BOARD_ASUS_A8V_E_DELUXE
        bool "A8V-E Deluxe"
+config BOARD_ASUS_K8V_X
+       bool "K8V-X"
 config BOARD_ASUS_M2N_E
        bool "M2N-E"
 config BOARD_ASUS_M2V
@@ -35,8 +37,12 @@ config BOARD_ASUS_M2V_MX_SE
        bool "M2V-MX SE"
 config BOARD_ASUS_M4A785M
        bool "M4A785-M"
+config BOARD_ASUS_M4A785TM
+       bool "M4A785T-M"
 config BOARD_ASUS_M4A78_EM
        bool "M4A78-EM"
+config BOARD_ASUS_M5A88_V
+       bool "M5A88-V"
 config BOARD_ASUS_MEW_AM
        bool "MEW-AM"
 config BOARD_ASUS_MEW_VM
@@ -59,11 +65,14 @@ endchoice
 source "src/mainboard/asus/a8n_e/Kconfig"
 source "src/mainboard/asus/a8v-e_se/Kconfig"
 source "src/mainboard/asus/a8v-e_deluxe/Kconfig"
+source "src/mainboard/asus/k8v-x/Kconfig"
 source "src/mainboard/asus/m2n-e/Kconfig"
 source "src/mainboard/asus/m2v/Kconfig"
 source "src/mainboard/asus/m2v-mx_se/Kconfig"
 source "src/mainboard/asus/m4a785-m/Kconfig"
+source "src/mainboard/asus/m4a785t-m/Kconfig"
 source "src/mainboard/asus/m4a78-em/Kconfig"
+source "src/mainboard/asus/m5a88-v/Kconfig"
 source "src/mainboard/asus/mew-am/Kconfig"
 source "src/mainboard/asus/mew-vm/Kconfig"
 source "src/mainboard/asus/p2b/Kconfig"
@@ -77,8 +86,4 @@ config MAINBOARD_VENDOR
        string
        default "ASUS"
 
-config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
-       hex
-       default 0x1043
-
 endif # VENDOR_ASUS