aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qc/Kconfig.name
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-10-14 13:12:01 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-10-15 14:11:22 +0000
commit5f7910d220572f879b218de1bcb9dc9cd112d521 (patch)
tree03946465d7c80df1197ead2e1ad25c8a5267b527 /src/mainboard/asus/p5qc/Kconfig.name
parent7f922b0f6ad9b63c06e6243b0a485b05b36befb9 (diff)
mb/asus/p5q_pro: Add mainboard
This mainboard is quite similar to the p5qc. The main differences being a second PEG slot, the IDE slot and being DDR2 only. The following was tested: - both PEG slots populated (coreboot sets legacy VGA decoding on the GPU in the black slot) - USB - Ethernet NIC - PS2 Keyboard - COM1 - S3 resume Change-Id: I49a4bca4256e2a905aff3252eca76387c81152c1 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/29102 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
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 d764867665..a4c6e4892c 100644
--- a/src/mainboard/asus/p5qc/Kconfig.name
+++ b/src/mainboard/asus/p5qc/Kconfig.name
@@ -1,2 +1,5 @@
config BOARD_ASUS_P5QC
bool "P5QC"
+
+config BOARD_ASUS_P5Q_PRO
+ bool "P5Q PRO"