summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorMichał Barnaś <mb@semihalf.com>2021-10-29 17:27:32 +0200
committerCommit Bot <commit-bot@chromium.org>2021-11-16 01:11:04 +0000
commit7748ade7e1b4ce6592e013cccbb9bfd33369f3a1 (patch)
treecd1c4f3aa8350df7964bd5c6d265359810d779c2 /zephyr/Kconfig
parent613294b31937124638b43f8adb18a82efc3d5807 (diff)
downloadchrome-ec-7748ade7e1b4ce6592e013cccbb9bfd33369f3a1.tar.gz
zephyr: add shim layer for ioex
Add support for io expanders layer in zephyr. This layer allows to use zephyr gpios drivers as ioex pins. BRANCH=main BUG=b:202701452 TEST=enable ioex and shell commands define some ioex pins using zephyr drivers on board without ioexes, errors should be seen on console Change-Id: I18110f442bfb9419af249ade6ab2c8988f5cb4c8 Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3262097 Reviewed-by: Keith Short <keithshort@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 d08b93b2ff..d0ef3fc711 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -44,6 +44,7 @@ rsource "Kconfig.espi"
rsource "Kconfig.flash"
rsource "Kconfig.header"
rsource "Kconfig.init_priority"
+rsource "Kconfig.ioex"
rsource "Kconfig.keyboard"
rsource "Kconfig.led"
rsource "Kconfig.panic"