aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/Kconfig
diff options
context:
space:
mode:
authorJuhana Helovuo <juhe@iki.fi>2010-12-06 01:11:12 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-06 01:11:12 +0000
commita8c8490c114f97462a3060ce77777ea546d0bbc4 (patch)
treedd9f6e34354bc1646a42152f520af1fff0f18653 /src/mainboard/asus/Kconfig
parent3a4ed157dcd93f845b92fcea272368bdc41d7a11 (diff)
Add initial support for the ASUS M4A78-EM.
Signed-off-by: Juhana Helovuo <juhe@iki.fi> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6141 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/Kconfig')
-rw-r--r--src/mainboard/asus/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig
index ef410e1029..6848d8b79a 100644
--- a/src/mainboard/asus/Kconfig
+++ b/src/mainboard/asus/Kconfig
@@ -33,6 +33,8 @@ config BOARD_ASUS_M2V_MX_SE
bool "M2V-MX SE"
config BOARD_ASUS_M4A785M
bool "M4A785-M"
+config BOARD_ASUS_M4A78_EM
+ bool "M4A78-EM"
config BOARD_ASUS_MEW_AM
bool "MEW-AM"
config BOARD_ASUS_MEW_VM
@@ -58,6 +60,7 @@ 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/m4a78-em/Kconfig"
source "src/mainboard/asus/mew-am/Kconfig"
source "src/mainboard/asus/mew-vm/Kconfig"
source "src/mainboard/asus/p2b/Kconfig"