diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-03-29 18:39:15 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-04-20 21:59:11 +0000 |
commit | 65b54c4f9aa0aecf7a3f8c0ddb07929c9b2c6162 (patch) | |
tree | 5a3a8ac830482446eba877d552bf64f3d27335fe /src/mainboard/google/myst/Kconfig | |
parent | 4f02875e01dbfd6d818037b957663f0fd97be50e (diff) |
mb/google/myst: Add eSPI configuration
Add eSPI configuration for myst. Ensure the additional windows are used
and remove unnecessary addresses from the range used on skyrim.
BUG=b:275953893
TEST=builds
Change-Id: I7b40adec78d4e0b596596fa6e2951c79bd3bd8c7
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74110
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/myst/Kconfig')
-rw-r--r-- | src/mainboard/google/myst/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index 24caa528eb..8739506af9 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS select FW_CONFIG select FW_CONFIG_SOURCE_CHROMEEC_CBI select MAINBOARD_HAS_CHROMEOS + select SOC_AMD_COMMON_BLOCK_USE_ESPI select SOC_AMD_PHOENIX config DEVICETREE |