From 20cc942d9ebfb52719215d5e0b66270fc705e518 Mon Sep 17 00:00:00 2001 From: Wisley Chen Date: Thu, 16 Sep 2021 18:08:09 +0600 Subject: [PATCH] mb/google/brya/var/redrix: Enable USB4 PCIe resources Enable USB4 PCIe resources for redrix BUG=b:192052098 TEST=FW_NAME=redrix emerge-brya coreboot chromeos-bootimage Change-Id: I759618055b1282653d8a05fa66e8cdab0c43e3a6 Signed-off-by: Wisley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/57711 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/Kconfig.name | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 7dc1afdba9..946632b735 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -37,6 +37,7 @@ config BOARD_GOOGLE_REDRIX select SOC_INTEL_COMMON_BLOCK_IPU select DRIVERS_GENESYSLOGIC_GL9755 select DRIVERS_GFX_GENERIC + select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_KANO bool "-> Kano"