summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.powerseq
diff options
context:
space:
mode:
authorDivya Sasidharan <divya.s.sasidharan@intel.com>2021-09-22 14:38:46 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-12 23:53:37 +0000
commita2cdbd60e4de8b45054f1c032868d6c7232d3299 (patch)
tree5346376b73ebd457adab711eb8f4d675056cda3a /zephyr/Kconfig.powerseq
parente5f8a7323b80c999a862b0b73da58fb72e8980eb (diff)
downloadchrome-ec-a2cdbd60e4de8b45054f1c032868d6c7232d3299.tar.gz
zephyr: brya: Add power sequencing support using shim
Add required configs for power sequencing brya. BUG=b:200975143 BRANCH=main TEST=zmake testall; check AP power state transitions to S0, verify booting up to kernel. Change-Id: Ib02cc4dc1be11af024f485efd5b73c613a4d1ac2 Signed-off-by: Divya Sasidharan <divya.s.sasidharan@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3176402 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.powerseq')
-rw-r--r--zephyr/Kconfig.powerseq12
1 files changed, 10 insertions, 2 deletions
diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq
index 0045a69ad8..fc16b7b0a1 100644
--- a/zephyr/Kconfig.powerseq
+++ b/zephyr/Kconfig.powerseq
@@ -116,10 +116,18 @@ config PLATFORM_EC_POWERSEQ_COMETLAKE
help
Use the Comet Lake code for power sequencing.
+config CHIPSET_ALDERLAKE_SLG4BD44540
+ bool "Use powersequencing with Silego"
+ depends on AP_X86_INTEL_ADL
+ default y
+ help
+ Use this for AlderLake power sequencing with the
+ Silego chips.
+
menuconfig PLATFORM_EC_POWERSEQ_ICELAKE
bool "Use common Icelake code for power sequencing"
- default y if AP_X86_INTEL_TGL
- default y if AP_X86_INTEL_ADL
+ depends on AP_X86_INTEL_TGL
+ default y
help
Use the Icelake common code for power sequencing. Note that
this applies to more platforms than just Icelake. For