summaryrefslogtreecommitdiff
path: root/zephyr/projects/guybrush/prj.conf
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-09-17 16:02:42 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-17 23:51:26 +0000
commitef1a31ced60aba0e1b54c8ae2c28e6c3fdd6f4c1 (patch)
tree51e9026515fcffd4c9fee4030df2f90c078ff180 /zephyr/projects/guybrush/prj.conf
parentbcf687bce6f31a10e60e831c3f5133a3e5332401 (diff)
downloadchrome-ec-ef1a31ced60aba0e1b54c8ae2c28e6c3fdd6f4c1.tar.gz
zephyr: guybrush: Bringup power sequencing
Bringup power sequencing for AMD and enable for guybrush. Note that at the moment we had to copy-paste the power signals and related funcitons, the code was a bit too far from shimming without extensive editing. We can try and merge together later. BUG=b:195137794 BRANCH=none TEST=power sequence to S0, nothing useful on ap console (yet!) Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I9a577e24d80fe0ff992af4b847e14695b82f871d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3169568 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'zephyr/projects/guybrush/prj.conf')
-rw-r--r--zephyr/projects/guybrush/prj.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf
index 8dc54c4c86..73ce8ba715 100644
--- a/zephyr/projects/guybrush/prj.conf
+++ b/zephyr/projects/guybrush/prj.conf
@@ -18,10 +18,12 @@ CONFIG_PLATFORM_EC_VBOOT_EFS2=n
# Power sequencing
CONFIG_AP=y
CONFIG_AP_X86_AMD=y
+CONFIG_PLATFORM_EC_POWERSEQ=y
+CONFIG_PLATFORM_EC_POWER_BUTTON_TO_PCH_CUSTOM=y
+CONFIG_PLATFORM_EC_PORT80=y
# Power button
CONFIG_PLATFORM_EC_POWER_BUTTON=y
-CONFIG_HAS_TASK_POWERBTN=n
# External power
CONFIG_PLATFORM_EC_HOSTCMD=y