summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2022-03-02 17:55:03 -0700
committerCommit Bot <commit-bot@chromium.org>2022-03-03 19:25:30 +0000
commitffe429445e27702a8763bea5eab71045d1f35bb4 (patch)
tree12af5b9dca5df82cfea1d61a31d7693bfd87df16 /zephyr/Kconfig
parentbdc0492846962ecaf244c5e490d27222514c5c7b (diff)
downloadchrome-ec-ffe429445e27702a8763bea5eab71045d1f35bb4.tar.gz
zephyr: Extract charger config to its own kconfig
Make build more tractable by moving the charger configs defined in Kconfig.battery to separate Kconfig.charger. BRANCH=none BUG=b:218897689 TEST=zmake testall Signed-off-by: Aaron Massey <aaronmassey@google.com> Change-Id: If9c817a6a201e484bc296e4b072c6dc32da202d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3453231 Reviewed-by: Yuval Peress <peress@google.com>
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 25e9cc22fd..9e06a724c9 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -37,6 +37,7 @@ rsource "shim/chip/npcx/Kconfig.npcx"
rsource "Kconfig.adc"
rsource "Kconfig.ap_power"
rsource "Kconfig.battery"
+rsource "Kconfig.charger"
rsource "Kconfig.board_version"
rsource "Kconfig.console"
rsource "Kconfig.console_cmd_mem"