From 9571a68a2c6b9c0f7787c4cf7ed9681a124e534d Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Thu, 14 Jan 2021 20:01:41 -0700 Subject: zephyr: add comet lake power sequencing options Add Kconfig options to enable cometlake power sequencing. BUG=b:177609422 BRANCH=none TEST=with kohaku CLs Signed-off-by: Jack Rosenthal Change-Id: Ib40873f623a4860e83bd4692e0d2ade1abbecb99 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2633164 Reviewed-by: Simon Glass --- zephyr/app/ec/soc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zephyr/app/ec/soc/Kconfig') diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig index 75577120ad..6211016f5b 100644 --- a/zephyr/app/ec/soc/Kconfig +++ b/zephyr/app/ec/soc/Kconfig @@ -10,6 +10,12 @@ if AP choice prompt "SoC chipset generation" +config AP_X86_INTEL_CML + bool "AP is CML chipset" + select AP_X86_INTEL + help + The application processor is Intel Comet Lake (CML) chipset. + config AP_X86_INTEL_TGL bool "AP is TGL chipset" select AP_X86_INTEL -- cgit v1.2.1