summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorPeter Shih <pihsun@chromium.org>2018-12-25 14:01:58 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-04 22:42:55 -0800
commit46222787a6b3c620836967f1010b8d22e1d96b31 (patch)
tree23eff08d9b1f0466450bc49cfcf76482e6643587 /include/config.h
parent58fee9dbc2ef12bb436ceb18ad116ad2e421dd2d (diff)
downloadchrome-ec-46222787a6b3c620836967f1010b8d22e1d96b31.tar.gz
kukui_scp: Add rpmsg name service.
rpmsg name service provide a way for firmware to announce available rpmsg channels and its IPI id to AP, without AP having to hard-code all the IPI ids. BUG=b:120953723 TEST=manually BRANCH=none Change-Id: I8ec539a45b58f20e70a798ede4abaad5a7bb4360 Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1389986 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 122523a5e9..3b0302b2ae 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2081,6 +2081,9 @@
/* "buffer" size of ipc_shared_obj. */
#undef CONFIG_IPC_SHARED_OBJ_BUF_SIZE
+/* EC support rpmsg name service over IPI. */
+#undef CONFIG_RPMSG_NAME_SERVICE
+
/*****************************************************************************/
/* Current/Power monitor */