summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-05-21 10:22:55 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-05-22 21:56:40 -0700
commit8f6fff795bdfff6e98395b5aa3fc9127fa5748c1 (patch)
treecc9cb57f2b69300975b4691c3fcd329e77c831d5 /include/console_channel.inc
parentdf06639b1d4fd2798e577f9aead6bc4495d5f3b5 (diff)
downloadchrome-ec-8f6fff795bdfff6e98395b5aa3fc9127fa5748c1.tar.gz
lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86
We have converted all LPC-only configs to HOSTCMD_LPC so the remaining CONFIG_LPC defines represent the common case. BRANCH=none BUG=chromium:818804 TEST=Full stack builds and works on yorp (espi) and grunt (lpc) Change-Id: Iba9a48f2cab12fadd0d9ab8eab0d5d5476eab238 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1067503 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/console_channel.inc')
-rw-r--r--include/console_channel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index 080da34821..bcd92373f6 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -51,7 +51,7 @@ CONSOLE_CHANNEL(CC_LIDANGLE, "lidangle")
#ifdef HAS_TASK_LIGHTBAR
CONSOLE_CHANNEL(CC_LIGHTBAR, "lightbar")
#endif
-#ifdef CONFIG_LPC
+#ifdef CONFIG_HOSTCMD_X86
CONSOLE_CHANNEL(CC_LPC, "lpc")
#endif
CONSOLE_CHANNEL(CC_MOTION_LID, "motionlid")