summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authortim <tim2.lin@ite.corp-partner.google.com>2019-08-22 18:20:55 +0800
committerCommit Bot <commit-bot@chromium.org>2019-11-19 07:22:38 +0000
commit7abc7ca4abbc2f4154e177389924c258ea37ff5d (patch)
tree480aee7a32804c94be0ab58f124241243f3a46aa /driver/build.mk
parent460cc37c5be4cc2d986a89fd7237fc31fc30bf7a (diff)
downloadchrome-ec-7abc7ca4abbc2f4154e177389924c258ea37ff5d.tar.gz
driver/ioexpander_it8801: add I/O expander driver for keyboard
IT8801 is an I/O expander with a keyboard matrix controller. BUG=b:133200075 BRANCH=none TEST=Press any key on keyboard and the console command "ksstate on" can print keyboard scan state. Change-Id: I6903aad1eacfdfb6a7c6c04e6954a14e8c8caaac Signed-off-by: tim <tim2.lin@ite.corp-partner.google.com> Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1677976
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 7bc59eb331..27daf6bb3f 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -79,6 +79,7 @@ driver-$(CONFIG_CHARGER_SY21612)+=charger/sy21612.o
include $(_driver_cur_dir)fingerprint/build.mk
# I/O expander
+driver-$(CONFIG_IO_EXPANDER_IT8801)+=ioexpander_it8801.o
driver-$(CONFIG_IO_EXPANDER_PCA9534)+=ioexpander_pca9534.o
driver-$(CONFIG_IO_EXPANDER_NCT38XX)+=ioexpander_nct38xx.o