Author: ruik
Date: Sun Nov  7 20:27:45 2010
New Revision: 6044
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6044

Log:
This adds the m2v directory and necessary files to src/mainboards/asus and
adjusts the Kconfig.

Signed-off-by: Tobias Diedrich <[email protected]>
Acked-by: Rudolf Marek <[email protected]>

Modified:
   trunk/src/mainboard/asus/Kconfig

Modified: trunk/src/mainboard/asus/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/Kconfig    Sun Nov  7 20:17:18 2010        (r6043)
+++ trunk/src/mainboard/asus/Kconfig    Sun Nov  7 20:27:45 2010        (r6044)
@@ -25,6 +25,8 @@
        bool "A8N-E"
 config BOARD_ASUS_A8V_E_SE
        bool "A8V-E SE"
+config BOARD_ASUS_M2V
+       bool "M2V"
 config BOARD_ASUS_M2V_MX_SE
        bool "M2V-MX SE"
 config BOARD_ASUS_M4A785M
@@ -50,6 +52,7 @@
 
 source "src/mainboard/asus/a8n_e/Kconfig"
 source "src/mainboard/asus/a8v-e_se/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"

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

Reply via email to