summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.powerseq
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/Kconfig.powerseq
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/Kconfig.powerseq')
-rw-r--r--zephyr/Kconfig.powerseq7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq
index 6ca69047df..9481915644 100644
--- a/zephyr/Kconfig.powerseq
+++ b/zephyr/Kconfig.powerseq
@@ -53,6 +53,13 @@ config PLATFORM_EC_POWERSEQ_RTC_RESET
gpio_map.h, which can be used to reset the AP's RTC when set
high.
+config PLATFORM_EC_POWERSEQ_COMETLAKE
+ bool "Use common Comet Lake code for power sequencing"
+ depends on AP_X86_INTEL_CML
+ default y
+ help
+ Use the Comet Lake code for power sequencing.
+
menuconfig PLATFORM_EC_POWERSEQ_ICELAKE
bool "Use common Icelake code for power sequencing"
default y if AP_X86_INTEL_TGL