From a68824185eeff91b89bf4d899b3a90f454365d0a Mon Sep 17 00:00:00 2001 From: Amanda Huang Date: Mon, 16 May 2022 14:10:35 +0800 Subject: [PATCH] mb/google/skyrim: Expose SKU and board ID to Chrome OS Select EC_GOOGLE_CHROMEEC_SKUID and EC_GOOGLE_CHROMEEC_BOARDID to provide common routine for reading skudid and boardid from Chrome EC. BUG=b:229052726 TEST=emerge-skyrim coreboot chromeos-bootimage Check the corresponding directory gets mounted to /run/chromeos-config/v1 Change-Id: I6aff02d29d44e95cd9b9e9485593c81f0d4a4b0e Signed-off-by: Amanda Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/64378 Tested-by: build bot (Jenkins) Reviewed-by: Ian Feng Reviewed-by: Jon Murphy Reviewed-by: Raul Rangel Reviewed-by: Frank Wu --- src/mainboard/google/skyrim/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index a1b6349661..bd14dc6ee3 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -22,6 +22,8 @@ config BOARD_SPECIFIC_OPTIONS select DRIVERS_WIFI_GENERIC select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_ESPI + select EC_GOOGLE_CHROMEEC_SKUID + select EC_GOOGLE_CHROMEEC_BOARDID select ELOG select ELOG_GSMI select FW_CONFIG