summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-04-26 17:42:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-05-05 19:18:09 +0000
commit45cdc0f7acd939efc686b4e600b32445f1e017f3 (patch)
tree2e2639586a313b38ad5e9d2a55604861a506bf00 /include/config.h
parente96d9283e51c1fc105e1cc2b7d6757105699baf3 (diff)
downloadchrome-ec-45cdc0f7acd939efc686b4e600b32445f1e017f3.tar.gz
I/O Expander: Add CCG6XX driver
Cypress CCGXXF PD has built-in I/O Expander, added driver to enable GPIO functionality. BUG=none BRANCH=none TEST=Tested on ADLRVP, ioexget & ioexset works as expected Change-Id: I8503178703ad166ac77e96d1990133c88169d23a Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2853143 Tested-by: Svyatoslav Paliy <svpaliy@gmail.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b6f48c741a..5c360f6a99 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2570,6 +2570,9 @@
/******************************************************************************/
+/* Support CCGXXF I/O expander built inside PD chip */
+#undef CONFIG_IO_EXPANDER_CCGXXF
+
/* Support IT8801 I/O expander. */
#undef CONFIG_IO_EXPANDER_IT8801