summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/soc/Kconfig
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-14 20:01:41 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-16 02:38:06 +0000
commit9571a68a2c6b9c0f7787c4cf7ed9681a124e534d (patch)
treeb58c2db76b01bd604d069957f62448ae38cd3a5c /zephyr/app/ec/soc/Kconfig
parent84cdec284c0288ae073af8a1b8290d529959c535 (diff)
downloadchrome-ec-9571a68a2c6b9c0f7787c4cf7ed9681a124e534d.tar.gz
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 <jrosenth@chromium.org> Change-Id: Ib40873f623a4860e83bd4692e0d2ade1abbecb99 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2633164 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/app/ec/soc/Kconfig')
-rw-r--r--zephyr/app/ec/soc/Kconfig6
1 files changed, 6 insertions, 0 deletions
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