diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-17 14:41:14 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-18 05:59:46 +0000 |
commit | cc7c1e33d5f4f386df84eaded77bb4e757940afc (patch) | |
tree | 11582f902ae5796e306017de736cbb74b2986587 /src/mainboard | |
parent | a1d58894bfbd0535950222971d833b119d68acd9 (diff) |
mb/google/brya: Add config options for TRULO board
This change adds the necessary Kconfig options to enable support for
the TRULO board, including selecting the appropriate baseboard,
HDA verb table, and TCSS configuration.
Additionally, corrected the TPM_TIS_ACPI_INTERRUPT from `13` to `17`
for Trulo as applicable.
BUG=b:351976770
TEST=Able to build google/trulo.
Change-Id: I5c1cbd56cf2734058aced35868ae42c1c160f62e
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83500
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 10ae55f0e1..95107c9a1a 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -550,6 +550,9 @@ config BOARD_GOOGLE_TIVVIKS config BOARD_GOOGLE_TRULO select BOARD_GOOGLE_BASEBOARD_TRULO + select SOC_INTEL_TWINLAKE + select SOC_INTEL_COMMON_BLOCK_HDA_VERB + select SOC_INTEL_TCSS_USE_PDC_PMC_USBC_MUX_CONFIGURATION config BOARD_GOOGLE_ULDREN select BOARD_GOOGLE_BASEBOARD_NISSA @@ -775,7 +778,7 @@ config TPM_TIS_ACPI_INTERRUPT default 13 if BOARD_GOOGLE_TANIKS default 13 if BOARD_GOOGLE_TEREID default 13 if BOARD_GOOGLE_TIVVIKS - default 13 if BOARD_GOOGLE_TRULO + default 17 if BOARD_GOOGLE_TRULO default 13 if BOARD_GOOGLE_ULDREN default 13 if BOARD_GOOGLE_VELL default 13 if BOARD_GOOGLE_VOLMAR |