diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-02-17 20:40:23 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-28 13:30:58 +0000 |
commit | ee67ddc707fddbff30ecb173f7854f930eb63a92 (patch) | |
tree | 44f3371e6128fc4eab8b742cbbef4e4469f44648 /src/mainboard/google/skyrim/Kconfig | |
parent | 4f4f32ba2083e7a32858c0e49130f5646c9d94a8 (diff) |
mb/google/skyrim: Add eSPI configuration
BUG=b:214413613
TEST=builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: If1177dda705738222ce7f6f42dceafb14d37c98c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62162
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 558c667384..bedddd7b85 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -27,6 +27,7 @@ config BOARD_SPECIFIC_OPTIONS select FW_CONFIG select MAINBOARD_HAS_CHROMEOS select SOC_AMD_SABRINA + select SOC_AMD_COMMON_BLOCK_USE_ESPI config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES |