summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/console_channel.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index 369bd5e287..a299292d89 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -59,7 +59,11 @@ CONSOLE_CHANNEL(CC_LIDANGLE, "lidangle")
#ifdef HAS_TASK_LIGHTBAR
CONSOLE_CHANNEL(CC_LIGHTBAR, "lightbar")
#endif
-#ifdef CONFIG_HOSTCMD_X86
+/*
+ Use CC_LPC for any host communication channels to x86,
+ like LPC, eSPI, or IPC...
+ */
+#if defined(CONFIG_HOSTCMD_X86) || defined(HAS_TASK_IPC_MNG) || defined(HAS_TASK_HECI_RX)
CONSOLE_CHANNEL(CC_LPC, "lpc")
#endif
CONSOLE_CHANNEL(CC_MOTION_LID, "motionlid")