diff options
author | David Wu <david_wu@quanta.corp-partner.google.com> | 2021-09-11 09:10:52 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-15 13:49:48 +0000 |
commit | 90b1dc189112679cf808a942f6f860ce9a074c77 (patch) | |
tree | c29be6a6819498c91bdbd03bb3ed23bfd6ef5cd4 /src/mainboard/google | |
parent | 5e44322532f837e7ceb03c34fa4765571da512b7 (diff) |
mb/google/brya: Enable USB4 PCIe resources for kano
Enable USB4 PCIe resources for kano
BUG=b:192370253
TEST=FW_NAME=kano emerge-brya coreboot chromeos-bootimage
Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com>
Change-Id: Iec914db6914116ebc914a2ba9ff67344b202926b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 528bd2604a..902d13ff88 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -40,6 +40,7 @@ config BOARD_GOOGLE_KANO select BOARD_GOOGLE_BASEBOARD_BRYA select DRIVERS_I2C_MAX98373 select DRIVERS_I2C_NAU8825 + select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_TAEKO bool "-> Taeko" |