From 506b7e65f870786931b71fe5a79a53da8d84c3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Philipp=20Gro=C3=9F?= Date: Thu, 16 Jan 2025 01:22:35 +0100 Subject: [PATCH] mb/asrock/fatal1ty_z87_professional: List another USB debug port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List an additional USB debug port on one of the USB-2.0-Headers. Change-Id: Ia2bfb8ff2fbfab426c569198466cc27b83a85bc7 Signed-off-by: Jan Philipp Groß Reviewed-on: https://review.coreboot.org/c/coreboot/+/86007 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/mainboard/asrock/fatal1ty_z87_professional/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig b/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig index b1600ef42f..c83a9001a5 100644 --- a/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig +++ b/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig @@ -22,5 +22,5 @@ config MAINBOARD_PART_NUMBER default "Fatal1ty Z87 Professional" config USBDEBUG_HCD_INDEX - default 2 # USB-2.0-Header with the designation USB4_5 + default 2 # Headers: USB45, USB3_6_7 endif