diff options
author | Caveh Jalali <caveh@chromium.org> | 2019-04-25 20:55:15 -0700 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2019-04-30 23:56:45 +0000 |
commit | 413b0f4b65b6f931c7b76c770014162189f826be (patch) | |
tree | b434691fd7ed69439320a3f56251b7cfe8f67948 | |
parent | d17cd2add14f1f1e32bd58d51d60a2c93f17f055 (diff) | |
download | chrome-ec-413b0f4b65b6f931c7b76c770014162189f826be.tar.gz |
atlas: stop advertising tight-timestamps
atlas currently does not have a low jitter sensor timestamping
mechanism, so use the recently added config option that disables the
advertising a the low jitter feature to the AP.
BUG=b:123700100,b:129084649,b:129086694
BRANCH=none
TEST=system boots normally
Change-Id: I2581d36f38531f227cca31d6ba5a23bedbc57829
Signed-off-by: Caveh Jalali <caveh@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1585599
Reviewed-by: Bob Moragues <moragues@chromium.org>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Commit-Queue: Gwendal Grignou <gwendal@chromium.org>
-rw-r--r-- | board/atlas/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atlas/board.h b/board/atlas/board.h index e446115d44..2122e8367d 100644 --- a/board/atlas/board.h +++ b/board/atlas/board.h @@ -120,6 +120,7 @@ #define CONFIG_ACCELGYRO_BMI160 #define CONFIG_ACCELGYRO_BMI160_INT_EVENT \ TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL) +#undef CONFIG_SENSOR_TIGHT_TIMESTAMPS /* USB */ #define CONFIG_USB_PD_ALT_MODE |