summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorPaul Ma <magf@bitland.corp-partner.google.com>2020-03-02 17:09:27 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-05 04:53:49 +0000
commit1500273ac4f048454bdc1f1846e57ec7292c71d4 (patch)
treede39cc776b878ac3b5e9f22a2fa174e2113dd71c /driver/build.mk
parent8d0e7f50a6330a11ae5b3ecdd32ff4ad6425b552 (diff)
downloadchrome-ec-1500273ac4f048454bdc1f1846e57ec7292c71d4.tar.gz
pcal6408: add ioexpander driver
Add NXP PCAL6408 io expander support. BUG=b:150385481 BRANCH=none TEST=Change dalboz board specific files and verify hdmi hpd status can be detected correctly. Other gpios can be initialized and can input or output correct value by console commands ioexget and ioexset. Signed-off-by: Paul Ma <magf@bitland.corp-partner.google.com> Change-Id: I94c63149bac4ecbac4078abfe375d3009c944079 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2082299 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index c9e3c09a62..3950df93f8 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -74,6 +74,7 @@ include $(_driver_cur_dir)fingerprint/build.mk
driver-$(CONFIG_IO_EXPANDER_IT8801)+=ioexpander/it8801.o
driver-$(CONFIG_IO_EXPANDER_PCA9534)+=ioexpander/pca9534.o
driver-$(CONFIG_IO_EXPANDER_NCT38XX)+=ioexpander/ioexpander_nct38xx.o
+driver-$(CONFIG_IO_EXPANDER_PCAL6408)+=ioexpander/pcal6408.o
# Current/Power monitor