summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-04-14 23:06:59 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-16 00:12:36 +0000
commit93c4ac5f985709cec95545e73c52267e2a90a731 (patch)
tree703249ba65352a3f68a2e96ac8657ed592277849 /include
parentbb5ea6072edc23b4e258bc19a90881a4c88290fc (diff)
downloadchrome-ec-93c4ac5f985709cec95545e73c52267e2a90a731.tar.gz
mp2964: Add PMIC driver
This adds a driver for the mp2964 IMVP9.1 PMIC. This driver enables programming control registers within the PMIC. BRANCH=none BUG=b:185424011 TEST=buildall passes. functional testing was done with the follow-on patch. Change-Id: I9b2d89007b5f6933ceeb9a1bcd3bbefb819888a3 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2827950 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index aa3c67c534..c1c1633d86 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4006,6 +4006,9 @@
/* Use this to include support for MP4245 buck boost converter */
#undef CONFIG_MP4245
+/* Use this to include support for MP2964 IMVP9.1 PMIC */
+#undef CONFIG_MP2964
+
/*****************************************************************************/
/* USB PD config */