summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorYongBeum.Ha <ybha@samsung.corp-partner.google.com>2021-02-10 09:38:21 +0900
committerCommit Bot <commit-bot@chromium.org>2021-02-17 04:56:05 +0000
commit744a364b5e8bd111b4862d5fbd70aa40cc693a7e (patch)
tree333ab969e69159b4649336f1fe4fb043f160cd88 /include/config.h
parent3a5b578c6ddd0702eb375a2e47aa06e4b81d5ac7 (diff)
downloadchrome-ec-744a364b5e8bd111b4862d5fbd70aa40cc693a7e.tar.gz
nb7v904m : add config to disable LPM
Add config to disable LPM BUG=b:179624712 BRANCH=none TEST=make -j BOARD=sasuke Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I6ae0d08709fe0799843b6e225b480ffa617dfe84 Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2684075 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 4cea0d3759..d33e11435f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4361,6 +4361,9 @@
*/
#undef CONFIG_USBC_RETIMER_FW_UPDATE
+/* Prevent enabling LPM of NB7V904M */
+#undef CONFIG_NB7V904M_LPM_OVERRIDE
+
/* Enable retimer TUSB544 tune EQ setting by register */
#undef CONFIG_TUSB544_EQ_BY_REGISTER