From f52beee059f553be4432356d8296a4611044bf29 Mon Sep 17 00:00:00 2001 From: Tobias Diedrich Date: Sat, 8 Nov 2014 01:28:33 +0100 Subject: mainboard/asus: Add F2A85-M LE variant to F2A85-M. The F2A85-M LE has less DRAM slots and needs different settings. Additionally, the audio codec verb table is different. Change-Id: I0e13c91fc924f4f9eac534fd13d57830654dd0aa Signed-off-by: Tobias Diedrich Reviewed-on: http://review.coreboot.org/7356 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Rudolf Marek --- src/mainboard/asus/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/asus/Kconfig') diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index ba56b6efbe..edd8f5d8b6 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -31,6 +31,8 @@ config BOARD_ASUS_A8V_E_DELUXE bool "A8V-E Deluxe" config BOARD_ASUS_F2A85_M bool "F2A85-M" +config BOARD_ASUS_F2A85_M_LE + bool "F2A85-M LE" config BOARD_ASUS_K8V_X bool "K8V-X" config BOARD_ASUS_M2N_E @@ -72,6 +74,7 @@ source "src/mainboard/asus/a8n_sli/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/f2a85-m_le/Kconfig" source "src/mainboard/asus/k8v-x/Kconfig" source "src/mainboard/asus/m2n-e/Kconfig" source "src/mainboard/asus/m2v/Kconfig" -- cgit v1.2.3