summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-10-23 14:40:41 -0700
committerVadim Bendebury <vbendeb@chromium.org>2019-09-21 13:46:55 -0700
commitd867b6d26f75837b2a50d86f010452c6c09e4799 (patch)
treeff8132019f678e099a697fcd127363873cde004b /include
parent6f6eb3bd6ce31e2f231102092b776c87f619f211 (diff)
downloadchrome-ec-d867b6d26f75837b2a50d86f010452c6c09e4799.tar.gz
config: add flag for ITE EC programming over CCD
This flag will allow to enable inclusion of the relevant source files in common directories. BRANCH=none BUG=b:75976718 TEST=none Change-Id: I037f811d0b8fd7327534f02f759eead3fd8f3de0 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1305115 Reviewed-by: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 5a2a94eea5c5d7eb47964e211917437e57083399) Reviewed-on: https://chromium-review.googlesource.com/c/1403843 (cherry picked from commit 78c308bfaec1809315759c1362535652dd712cfd) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1548006 (cherry picked from commit d49d15c11a3d0f4e4a22bdee9e6d5be4b8d2eb60)
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8d54ddbf6b..5313190e72 100644
--- a/include/config.h
+++ b/include/config.h
@@ -388,6 +388,8 @@
#undef CONFIG_CASE_CLOSED_DEBUG_V1
/* Allow unsafe debugging functionality in V1 configuration */
#undef CONFIG_CASE_CLOSED_DEBUG_V1_UNSAFE
+/* Enable ITE EC programming by CCD using the INA i2c interface. */
+#undef CONFIG_CCD_ITE_PROGRAMMING
/* Loosen Open restrictions for prePVT devices */
#undef CONFIG_CCD_OPEN_PREPVT