aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/Kconfig
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2013-03-20 21:43:50 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-03-22 04:02:39 +0100
commitc8eab2c0441851a141ef47d10022fb385d0eacad (patch)
treef495bcd764263b4d4a0f193e3806c394243d1099 /src/mainboard/asus/Kconfig
parent5605f1b4ab7661f893bf0f10aea72cacdd51dc99 (diff)
Add support for ASUS F2A85-M board
The patch is based on Thatcher board. So far it boots Linux (3.2/3.7), internal network adapter works, AHCI works. External PCI/PCIe slots works too. Power management/ACPI seems to work. Internal VGA works with dumped ROM (VGA/DVI), but lacks GART. PCI pref devices are being relocated by Linux, reason unknown. This is a good start. USB and XHCI untested but visible. Change-Id: I1869aecb2634d548b00b3c9139517d6a0e0c9817 Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/2038 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
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 6e6b420d11..66057df3ed 100644
--- a/src/mainboard/asus/Kconfig
+++ b/src/mainboard/asus/Kconfig
@@ -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_F2A85_M
+ bool "F2A85-M"
config BOARD_ASUS_K8V_X
bool "K8V-X"
config BOARD_ASUS_M2N_E
@@ -66,6 +68,7 @@ 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/f2a85-m/Kconfig"
source "src/mainboard/asus/k8v-x/Kconfig"
source "src/mainboard/asus/m2n-e/Kconfig"
source "src/mainboard/asus/m2v/Kconfig"