summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Chen <terry_chen@wistron.corp-partner.google.com>2021-06-08 14:41:42 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-27 06:07:29 +0000
commit974ab1bdc2bdd737dfd7faa13edbbabeb62361fb (patch)
treed7f723534033a9d815acffd527dbfa19d49c1757 /include
parent157c7f4a714bb04481cba84e3db6a00b8979dde2 (diff)
downloadchrome-ec-974ab1bdc2bdd737dfd7faa13edbbabeb62361fb.tar.gz
primus: add LED behavior
BUG=b:190637023 BRANCH=None TEST=make -j BOARD=primus Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com> Change-Id: Ifea88e2da7e5db53d9bb561426432ff74153b88d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2944521 Tested-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/console_channel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index 01658a0eaa..0a6d84509c 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -56,6 +56,9 @@ CONSOLE_CHANNEL(CC_KEYSCAN, "keyscan")
#ifdef CONFIG_LID_ANGLE_UPDATE
CONSOLE_CHANNEL(CC_LIDANGLE, "lidangle")
#endif
+#ifdef HAS_TASK_LOGOLED
+CONSOLE_CHANNEL(CC_LOGOLED, "logoled")
+#endif
#ifdef HAS_TASK_LIGHTBAR
CONSOLE_CHANNEL(CC_LIGHTBAR, "lightbar")
#endif