summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2016-11-02 11:15:12 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-08 23:24:52 -0800
commitde0f53afef1822cd32c917d91452ff6eec5fd17f (patch)
tree0a420a8771ba276b3a0a5e67b705bdd86d7fb222 /include/console_channel.inc
parent840ba2b6e48f6378e4d70ad29dfa26190019536d (diff)
downloadchrome-ec-de0f53afef1822cd32c917d91452ff6eec5fd17f.tar.gz
driver/touchpad_elan: Basic elan touchpad driver
BRANCH=none BUG=chrome-os-partner:59083 TEST=make BOARD=hammer -j && bash flash_hammer Change-Id: I0ff4f48ff1399e054f745ac13ffacf81dffedeab Reviewed-on: https://chromium-review.googlesource.com/407740 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/console_channel.inc')
-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 ba48a31563..7c3e8b3c99 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -66,6 +66,9 @@ CONSOLE_CHANNEL(CC_SWITCH, "switch")
#endif
CONSOLE_CHANNEL(CC_SYSTEM, "system")
CONSOLE_CHANNEL(CC_TASK, "task")
+#ifdef CONFIG_TOUCHPAD_ELAN
+CONSOLE_CHANNEL(CC_TOUCHPAD, "touchpad")
+#endif
#ifdef CONFIG_DPTF
CONSOLE_CHANNEL(CC_DPTF, "dptf")
#endif