aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/g41c-gs/Kconfig.name
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-09-13 21:17:25 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-09-25 13:58:33 +0000
commitae7bd1eb23d878d22a2473bd61440377dff77df4 (patch)
treea26c910b6255ac3d6ef88e08ae013e37868331f0 /src/mainboard/asrock/g41c-gs/Kconfig.name
parent8165583ed9234364824c41b7b74153aba36b60ce (diff)
mb/asrock/g41m_vs3_r2: Add mainboard
The following was tested: - CPUs with 800, 1067, 1333MHz FSB (1333MHz FSB needs a jumper set) - The VGA output with libgfxinit - USB - COM1 - Ethernet - SATA - PCIe - PCI Has the following problems: - The Ethernet NIC is not usable after S3 resume and requires Linux to reload the driver. Vendor firmware also has this problem so it is quite likely it is just a atl1c driver problem. TODO: Add documentation Change-Id: Ibce9ecdc0e44db3703401f116c9a8bff5b66437f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/28596 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/asrock/g41c-gs/Kconfig.name')
-rw-r--r--src/mainboard/asrock/g41c-gs/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asrock/g41c-gs/Kconfig.name b/src/mainboard/asrock/g41c-gs/Kconfig.name
index 329a3e20eb..e10558c053 100644
--- a/src/mainboard/asrock/g41c-gs/Kconfig.name
+++ b/src/mainboard/asrock/g41c-gs/Kconfig.name
@@ -6,3 +6,6 @@ config BOARD_ASROCK_G41C_GS
config BOARD_ASROCK_G41M_GS
bool "G41M-GS"
+
+config BOARD_ASROCK_G41M_VS3_R2_0
+ bool "G41M-VS3 R2.0"