summaryrefslogtreecommitdiff
path: root/include/config.h
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 /include/config.h
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 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index ebf3f09c49..e09a13bf39 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2344,6 +2344,9 @@
/******************************************************************************/
+/* Support IT8801 I/O expander. */
+#undef CONFIG_IO_EXPANDER_IT8801
+
/* Support Nuvoton NCT38xx I/O expander. */
#undef CONFIG_IO_EXPANDER_NCT38XX
@@ -2517,6 +2520,8 @@
/*****************************************************************************/
+/*****************************************************************************/
+
/* Support common LED interface */
#undef CONFIG_LED_COMMON