From 7abc7ca4abbc2f4154e177389924c258ea37ff5d Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 22 Aug 2019 18:20:55 +0800 Subject: 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 Signed-off-by: Alexandru M Stan Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1677976 --- include/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/config.h') 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 -- cgit v1.2.1