aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qc/Kconfig.name
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-11-04 16:53:15 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-11-18 17:44:44 +0000
commitd4b89091d2f7c31d80e15d779f6190b7c9883d36 (patch)
treea8f3c7c9776c9e413eaf0d1f8d795106bdc66942 /src/mainboard/asus/p5qc/Kconfig.name
parent94b761c8ed9c363a006329a151578e320d13c681 (diff)
mb/asus/p5qc: Add p5ql_pro mainboard as variant
Working: - SATA on southbridge ports - SATA on Marvell IDE controller ports - USB - COM1 - PS/2 keyboard - DDR2 DIMMs - PCIe x16 PEG port - PCIe x1 ports - PCI ports - NIC (MAC address needs to be set in Kconfig or in a CBFS file) - S3 resume - Green audio line out connector (the rest is untested) Not working: - Floppy port. Does not seem to be mainboard-specific, though. Untested: - EHCI debug TODO: - Add documentation Change-Id: I6ed434a691e8ef2a61e0acb1f986a59b8e1ad818 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/25691 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p5qc/Kconfig.name')
-rw-r--r--src/mainboard/asus/p5qc/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asus/p5qc/Kconfig.name b/src/mainboard/asus/p5qc/Kconfig.name
index a4c6e4892c..2a3503690f 100644
--- a/src/mainboard/asus/p5qc/Kconfig.name
+++ b/src/mainboard/asus/p5qc/Kconfig.name
@@ -3,3 +3,6 @@ config BOARD_ASUS_P5QC
config BOARD_ASUS_P5Q_PRO
bool "P5Q PRO"
+
+config BOARD_ASUS_P5QL_PRO
+ bool "P5QL PRO"