summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.powerseq
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-18 10:19:59 -0600
committerCommit Bot <commit-bot@chromium.org>2021-03-22 07:32:54 +0000
commit8adc624080ac8af063e9a18b9b4273826f7aff9d (patch)
treedc17395d31960d48a5b72917ea634b19657415de /zephyr/Kconfig.powerseq
parent54c452f2568059199b97b59b59adc58f3b6359d2 (diff)
downloadchrome-ec-8adc624080ac8af063e9a18b9b4273826f7aff9d.tar.gz
zephyr: lazor: enable power sequencing
Enable SC7180 power sequencing code. Currently, depthcharge starts and then times out on some host commands, and the AP issues a reboot. We're going to need the SPI host interface up and going in Zephyr to get any further, so may as well submit this for now. BUG=b:183054226 BRANCH=none TEST=used serial firmware to verify that depthcharge starts, times out on some host commands, and then reboots Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I860088360480946b644fd1bb276a29266c57c614 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2774368 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/Kconfig.powerseq')
-rw-r--r--zephyr/Kconfig.powerseq8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq
index c01a6742c8..df83d0ae82 100644
--- a/zephyr/Kconfig.powerseq
+++ b/zephyr/Kconfig.powerseq
@@ -125,4 +125,12 @@ endif # PLATFORM_EC_POWERSEQ_ICELAKE
endif # PLATFORM_EC_POWERSEQ_INTEL
+config PLATFORM_EC_POWERSEQ_SC7180
+ bool "SC7180 power sequencing"
+ depends on AP_ARM_QUALCOMM_SC7180
+ default y
+ help
+ Enable power sequencing for the Qualcomm Snapdragon SC7180
+ chipset.
+
endif # PLATFORM_EC_POWERSEQ