Add a target for the ASUS A8V-E Deluxe (trivial).
[coreboot.git] / src / mainboard / asus / Kconfig
index 9cde166a5ee420d308c8e5366ac326cd65b3b081..ef410e1029b8cc2cef8025bdd26004f0b39300a0 100644 (file)
@@ -25,8 +25,14 @@ config BOARD_ASUS_A8N_E
        bool "A8N-E"
 config BOARD_ASUS_A8V_E_SE
        bool "A8V-E SE"
+config BOARD_ASUS_A8V_E_DELUXE
+       bool "A8V-E Deluxe"
+config BOARD_ASUS_M2V
+       bool "M2V"
 config BOARD_ASUS_M2V_MX_SE
        bool "M2V-MX SE"
+config BOARD_ASUS_M4A785M
+       bool "M4A785-M"
 config BOARD_ASUS_MEW_AM
        bool "MEW-AM"
 config BOARD_ASUS_MEW_VM
@@ -48,7 +54,10 @@ 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/m2v/Kconfig"
 source "src/mainboard/asus/m2v-mx_se/Kconfig"
+source "src/mainboard/asus/m4a785-m/Kconfig"
 source "src/mainboard/asus/mew-am/Kconfig"
 source "src/mainboard/asus/mew-vm/Kconfig"
 source "src/mainboard/asus/p2b/Kconfig"