diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2018-10-23 14:40:41 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-10-31 21:59:36 -0700 |
commit | 5a2a94eea5c5d7eb47964e211917437e57083399 (patch) | |
tree | 8f4b6e8ec7e0e0787ef6d5825482b9b6ae39f489 /include | |
parent | 68f3a5913b4050d4e2fc30e42ee5b7e245c4abda (diff) | |
download | chrome-ec-5a2a94eea5c5d7eb47964e211917437e57083399.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>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index b175375dae..a1401a6e36 100644 --- a/include/config.h +++ b/include/config.h @@ -552,6 +552,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 |