summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2017-11-17 16:23:27 +0100
committerchrome-bot <chrome-bot@chromium.org>2017-12-06 14:28:56 -0800
commitd757f9bf3b4799b97c57db50ea56735a5b4bcdd1 (patch)
treee5f84b3b1f1027c740e8fb03cd629f8735921c40 /include/console_channel.inc
parent67c31eb10bc1ce6e559562aedd2f641de4243bb8 (diff)
downloadchrome-ec-d757f9bf3b4799b97c57db50ea56735a5b4bcdd1.tar.gz
eve_fp: update fingerprint architecture
split the common FP sensor code and use the updated private driver. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=b:69460856 TEST=do a finger capture on Eve EVT. CQ-DEPEND=CL:*520759 Change-Id: I8b46762218eed0773a4c49a02c2ee6c3966cfa60 Reviewed-on: https://chromium-review.googlesource.com/806166 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Shawn N <shawnn@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 db5cbcdba9..a5dc6d80ec 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -29,7 +29,7 @@ CONSOLE_CHANNEL(CC_CLOCK, "clock")
CONSOLE_CHANNEL(CC_DMA, "dma")
#endif
CONSOLE_CHANNEL(CC_EVENTS, "events")
-#ifdef HAS_TASK_FPC1140
+#ifdef HAS_TASK_FPSENSOR
CONSOLE_CHANNEL(CC_FP, "fingerprint")
#endif
#ifdef CONFIG_GESTURE_SW_DETECTION