Malik Hsu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57007 )
Change subject: mb/google/brya: Enable ADL_ENABLE_USB4_PCIE_RESOURCES for primus ......................................................................
mb/google/brya: Enable ADL_ENABLE_USB4_PCIE_RESOURCES for primus
Enable ADL_ENABLE_USB4_PCIE_RESOURCES support for primus.
BUG=b:193377625 BRANCH=None TEST=build pass
Signed-off-by: Malik_Hsu malik_hsu@wistron.corp-partner.google.com Change-Id: I1d1f8cc3460c1b89dade4f01690c77efcd799098 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/57007/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index a985d8d..e88934f 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -15,6 +15,7 @@ config BOARD_GOOGLE_PRIMUS bool "-> Primus" select BOARD_GOOGLE_BASEBOARD_BRYA + select ADL_ENABLE_USB4_PCIE_RESOURCES
config BOARD_GOOGLE_GIMBLE bool "-> Gimble"