aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/g41c-gs/Kconfig.name
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-12-30 11:06:54 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-07-22 16:14:59 +0000
commitb7ff886f0ecdc84d0deb8e795e8ffd26516f09c4 (patch)
tree7bd70256b3ccb875ced9547926682dec9bf410dd /src/mainboard/asrock/g41c-gs/Kconfig.name
parente98f305abd5056da54e31ee23765eef98f56abc1 (diff)
mb/asrock/g41c-gs: Add g41m-gs variant
This board is quite similar to the other ones in this dir an can be supported with little code changes. TODO what works: * DDR2 dual channel PC2-6400; * SATA; * USB; * Ethernet; * Audio; * Native graphic init; * SuperIO Sensors; * Reboot, poweroff, S3 resume; * Flashrom (vendor and coreboot); TODO how tested: Tests were run with SeaBIOS and Debian stretch, using Linux 4.9.65. Change-Id: I6844efacaae109cf1e0894201852fddd8043a706 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23043 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 5ce5aa70f2..329a3e20eb 100644
--- a/src/mainboard/asrock/g41c-gs/Kconfig.name
+++ b/src/mainboard/asrock/g41c-gs/Kconfig.name
@@ -3,3 +3,6 @@ config BOARD_ASROCK_G41C_GS_R2_0
config BOARD_ASROCK_G41C_GS
bool "G41C-GS / G41C-S"
+
+config BOARD_ASROCK_G41M_GS
+ bool "G41M-GS"