This adds the m2v directory and necessary files to src/mainboards/asus and
adjusts the Kconfig. Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6044 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a151f27cb0
commit
4a6dfebf39
|
@ -25,6 +25,8 @@ config BOARD_ASUS_A8N_E
|
|||
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 @@ endchoice
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue