summaryrefslogtreecommitdiff
path: root/zephyr/emul/Kconfig
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-11 10:26:48 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-14 19:17:18 +0000
commit20323c55b8b52747f7c2067f1660223dcd1e7c58 (patch)
treee01ac60493e86f0201ca10d0ff6e4fdfe95e5eef /zephyr/emul/Kconfig
parent33c72485b79bc8de3be010dc0480047d3129fd27 (diff)
downloadchrome-ec-20323c55b8b52747f7c2067f1660223dcd1e7c58.tar.gz
zephyr: emul: ln9310
Add an LN9310 emulator. The emulator is mostly a stub right now with some limited functionality to update the battery cell type and chip version number. BRANCH=none BUG=b:184856083 TEST=zmake configure --test zephyr/test/drivers Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I156393f4612bf69e31d4d28d88d74fa4dd1689fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3156846 Commit-Queue: Yuval Peress <peress@google.com> Tested-by: Yuval Peress <peress@google.com> Reviewed-by: Tomasz Michalec <tmichalec@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/emul/Kconfig')
-rw-r--r--zephyr/emul/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/emul/Kconfig b/zephyr/emul/Kconfig
index 9686baf24e..f52c27349b 100644
--- a/zephyr/emul/Kconfig
+++ b/zephyr/emul/Kconfig
@@ -66,3 +66,5 @@ config EMUL_BB_RETIMER
emulated I2C bus. It is used to test bb_retimer driver. It supports
reads and writes to all emulator registers. Emulators API is
available in zephyr/include/emul/emul_bb_retimer.h
+
+rsource "Kconfig.ln9310"