summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorNamyoon Woo <namyoon@google.com>2020-03-07 21:08:56 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-10 23:19:07 +0000
commit72e5fc940ab60c5b3ea659a27033f74786c45323 (patch)
tree21382849d4983e7fb417d080d7d5ea8bb1337e81 /include/config.h
parentc2aa02c9118a32d6ff4b0d5d55345bfd667ab6b8 (diff)
downloadchrome-ec-72e5fc940ab60c5b3ea659a27033f74786c45323.tar.gz
move ec_comm implementation to common directory
This patch moves ec_comm.c and ec_efs.c from board/cr50 to common/, so that they can be shared with other board configuration (like host). This is to build unittest for those files. BUG=none BRANCH=cr50 TEST=make buildall -j Signed-off-by: Namyoon Woo <namyoon@chromium.org> Change-Id: I67ac313054ebe4604848a176f0a42e3483957e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2094076 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index add8fcfa0e..bc51beb4a6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1411,6 +1411,11 @@
/* Enable verbose output to UART console and extra timestamp print precision. */
#define CONFIG_CONSOLE_VERBOSE
+/*
+ * Enable EC-CR50 communication (a.k.a. EC-EFS2). This is for CR50 config only.
+ */
+#undef CONFIG_EC_EFS_SUPPORT
+
/*****************************************************************************/
/* Support for EC-EC communication */