summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorEric Herrmann <eherrmann@chromium.org>2021-06-01 12:46:14 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-18 01:49:33 +0000
commit8317b1136aaf03aa6988e98300b50cebb90e8de7 (patch)
tree2fed8fd7bd6956b7179396bed77697bea693c9ed /include/config.h
parent4fb0165b58bf216a4db876a1dc2b992e00d93e93 (diff)
downloadchrome-ec-8317b1136aaf03aa6988e98300b50cebb90e8de7.tar.gz
KB800x: Add Driver
Add KB800x driver. Add config options to Kconfig. BUG=b:168930682 TEST=On Volteer, check USB4, TBT3, DPMF, DP, and USB3 functionality BRANCH=none Signed-off-by: Eric Herrmann <eherrmann@chromium.org> Change-Id: Ic71b0d4236037522455a0561ba87fd9a874a4968 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2930581 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 25098f3bca..175d64a0bb 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4493,6 +4493,7 @@
* Type-C retimer drivers to be used.
*/
#undef CONFIG_USBC_RETIMER_INTEL_BB
+#undef CONFIG_USBC_RETIMER_KB800X
#undef CONFIG_USBC_RETIMER_NB7V904M
#undef CONFIG_USBC_RETIMER_PI3DPX1207
#undef CONFIG_USBC_RETIMER_PI3HDX1204
@@ -4528,6 +4529,9 @@
/* Allow run-time configuration of the Burnside Bridge driver structure */
#undef CONFIG_USBC_RETIMER_INTEL_BB_RUNTIME_CONFIG
+/* Require manual configuration of the KB800x crossbar mapping. */
+#undef CONFIG_KB800X_CUSTOM_XBAR
+
/* Enables debug console commands for the STM32 UCPD driver */
#undef CONFIG_STM32G4_UCPD_DEBUG