From e225427d2a04449d65fbae72932caa8270f182c7 Mon Sep 17 00:00:00 2001 From: Leifu Zhao Date: Fri, 14 Feb 2020 10:20:52 +0800 Subject: ish: infrastructure changes to support ish5.4 PM Infrastructure related changes to support enabling power management for ish5.4 on tgl rvp platform. BUG=b:149238813 BRANCH=none TEST=ISH can successfully enter into D0i1/D0i2/D0i3 on tgl rvp. Signed-off-by: Leifu Zhao Change-Id: I50b6f1a4fe9c14f9479af2a2a438ec7395ec27a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2056149 Reviewed-by: Leifu Zhao Reviewed-by: Jack Rosenthal Tested-by: Leifu Zhao Commit-Queue: Jack Rosenthal Auto-Submit: Leifu Zhao --- include/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/config.h b/include/config.h index b289658130..59828ca716 100644 --- a/include/config.h +++ b/include/config.h @@ -4568,6 +4568,12 @@ #undef CONFIG_ISH_D0I2_MIN_USEC #undef CONFIG_ISH_D0I3_MIN_USEC +/* + * Define the following if the new specific power management processing + * after ISH 5.4 is used. + */ +#undef CONFIG_ISH_NEW_PM + /* * Define the following in order to perform power management reset * prep IRQ setup when entering a new state -- cgit v1.2.1