From 5a2a94eea5c5d7eb47964e211917437e57083399 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 23 Oct 2018 14:40:41 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1305115 Reviewed-by: Mary Ruthven --- include/config.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1