Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62932 )
Change subject: mb/google/brya/var/agah: Select INCLUDE_NVIDIA_GPU_ASL ......................................................................
mb/google/brya/var/agah: Select INCLUDE_NVIDIA_GPU_ASL
The agah variant will include an Nvidia GN20 series GPU, therefore select the INCLUDE_NVIDIA_GPU_ASL Kconfig to include the respective ASL code into the DSDT.
BUG=b:214581763 TEST=build patch train
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Icc718d01506ccb4dd42841239e96926f4ddaa9c9 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/62932/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index e29ef9f..cbfa508 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -4,6 +4,7 @@ bool "-> Agah" select BOARD_GOOGLE_BASEBOARD_BRYA select DRIVERS_I2C_MAX98390 + select INCLUDE_NVIDIA_GPU_ASL select PCIEXP_SUPPORT_RESIZABLE_BARS select RT8168_GEN_ACPI_POWER_RESOURCE select RT8168_GET_MAC_FROM_VPD