summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru M Stan <amstan@chromium.org>2018-07-11 13:09:51 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-07-16 20:37:24 +0000
commit7f5b9e97860db889186e5825a166da6ffd248075 (patch)
tree3906de2e2c5281c6c38baf56a9e2a040de9fae67 /include
parent7a41f59c2e0686a06a28e8ffcf4613535c1e39d6 (diff)
downloadchrome-ec-7f5b9e97860db889186e5825a166da6ffd248075.tar.gz
Revert "sensors: Add driver for SYNC"
This reverts commit 2778b192f39ea01fc870153d4c21b42fc2149590. A few EC CLs made some bad assumption and caused CTS to fail (without realizing it in time). This is a series to revert those bad CLs and other CLs that depend on it. They might reland back soon. Conflicts: include/config.h BUG=b/111220617 TEST=With series, CTS passes once again Change-Id: Ieeb6515c12a544a99efcfc254bbdea520b7e05ee Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1134055 Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/config.h b/include/config.h
index c8980a9aaf..f8bbae47ae 100644
--- a/include/config.h
+++ b/include/config.h
@@ -109,17 +109,11 @@
/* Specify type of Gyrometers attached. */
#undef CONFIG_GYRO_L3GD20H
-/* Sync event driver */
-#undef CONFIG_SYNC
-
-/* Simulate command for sync */
-#undef CONFIG_SYNC_COMMAND
-
/*
- * Define the event to raise when the sync event happens.
+ * Define the event to raise when LIS2DH interrupt.
* Must be within TASK_EVENT_MOTION_INTERRUPT_MASK.
*/
-#undef CONFIG_SYNC_INT_EVENT
+#undef CONFIG_ACCEL_LIS2DH_INT_EVENT
/* Compile chip support for analog-to-digital convertor */
#undef CONFIG_ADC