diff options
author | Tarun Tuli <taruntuli@google.com> | 2022-11-09 16:52:38 -0500 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-12 23:13:57 +0000 |
commit | 3ff77016da988d37ba0dbe44538c10f92b2704c5 (patch) | |
tree | 6dcb4c97546d1c1671819d3a6285659f0036d4b0 | |
parent | 5ca1343b5fb3b07452e8c70868a11d5758c50339 (diff) |
mb/google/brya/var/agah: Add RPL Support to Agah
Enable RPL support for Agah.
BUG=b:258432915
TEST=build and boot ADL based Agah. RPL based testing
when hardware becomes available.
Change-Id: I5437dbf9e7812367a280d1ed659f286fb9b62a68
Signed-off-by: Tarun Tuli <taruntuli@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69398
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-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 56576104d6..bdd278eb81 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -3,6 +3,7 @@ comment "Brya" config BOARD_GOOGLE_AGAH bool "-> Agah" select BOARD_GOOGLE_BASEBOARD_BRYA + select SOC_INTEL_RAPTORLAKE select DRIVERS_GENESYSLOGIC_GL9750 select INCLUDE_NVIDIA_GPU_ASL select PCIEXP_SUPPORT_RESIZABLE_BARS |