summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cherry/Kconfig
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2021-05-31 19:48:13 +0800
committerHung-Te Lin <hungte@chromium.org>2021-06-13 03:51:18 +0000
commit262bcc04d401d5c43f025deaf78c340a68089c91 (patch)
treecc9bc9c4c8b124c9f06d05190b075480b2b198b2 /src/mainboard/google/cherry/Kconfig
parentd593bf7dfe5badb989ad32d920a556eabffaa2ea (diff)
mb/google/cherry: get SKU ID from EC (CBI)
The SKU ID for Cherry is retrieved via CBI interface. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Change-Id: Icefa016c2e5f68bd194f76d2252856835c65b8e8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55383 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/mainboard/google/cherry/Kconfig')
-rw-r--r--src/mainboard/google/cherry/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/Kconfig b/src/mainboard/google/cherry/Kconfig
index 7377c6c94a..04f745bfe7 100644
--- a/src/mainboard/google/cherry/Kconfig
+++ b/src/mainboard/google/cherry/Kconfig
@@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS
select SPI_FLASH_INCLUDE_ALL_DRIVERS
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_BOARDID
+ select EC_GOOGLE_CHROMEEC_SKUID
select EC_GOOGLE_CHROMEEC_SPI
select MAINBOARD_HAS_I2C_TPM_CR50 if VBOOT
select MAINBOARD_HAS_TPM2 if VBOOT