Eric Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74371 )
Change subject: mb/google/hades: move PCIEXP_SUPPORT_RESIZABLE_BARS to common ......................................................................
mb/google/hades: move PCIEXP_SUPPORT_RESIZABLE_BARS to common
All the variant will use the same dGPU, so make PCIEXP_SUPPORT_RESIZABLE_BARS common.
BUG=b:277974986 TEST=abuild -a -x -c max -p none -t google/brya -b hades
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: If8618f2da3133c6b52427375c55a69d7014c4881 --- M src/mainboard/google/brya/Kconfig M src/mainboard/google/brya/Kconfig.name 2 files changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/74371/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index e588524..7078d5e 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -68,6 +68,7 @@ select BOARD_ROMSIZE_KB_32768 select HAVE_SLP_S0_GATE select MEMORY_SODIMM + select PCIEXP_SUPPORT_RESIZABLE_BARS select SOC_INTEL_ALDERLAKE_PCH_P select SOC_INTEL_RAPTORLAKE select SYSTEM_TYPE_LAPTOP diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index fb8bb5e..a42b94f 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -353,7 +353,6 @@ bool "-> Hades" select BOARD_GOOGLE_BASEBOARD_HADES select DRIVERS_GENESYSLOGIC_GL9750 - select PCIEXP_SUPPORT_RESIZABLE_BARS select RT8168_GEN_ACPI_POWER_RESOURCE select RT8168_GET_MAC_FROM_VPD select RT8168_SET_LED_MODE