summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
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 /zephyr/Kconfig
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 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index e5b617d9c3..191f49ace4 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -46,6 +46,7 @@ rsource "Kconfig.keyboard"
rsource "Kconfig.led"
rsource "Kconfig.panic"
rsource "Kconfig.powerseq"
+rsource "Kconfig.pmic"
rsource "Kconfig.mkbp_event"
rsource "Kconfig.motionsense"
rsource "Kconfig.rtc"