summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
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