summaryrefslogtreecommitdiff
path: root/board/kevin/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/kevin/board.h')
-rw-r--r--board/kevin/board.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/kevin/board.h b/board/kevin/board.h
index b97519a5ef..43fe50b6c3 100644
--- a/board/kevin/board.h
+++ b/board/kevin/board.h
@@ -85,11 +85,9 @@
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)
/*
- * Sensor internal FIFO are not enabled, we need to poll at
- * every data point.
+ * Sensor internal FIFO is enabled for BMI160, but not for BMA255.
*/
-#define CONFIG_ACCEL_FORCE_MODE_MASK \
- ((1 << BASE_ACCEL) | (1 << BASE_GYRO) | (1 << LID_ACCEL))
+#define CONFIG_ACCEL_FORCE_MODE_MASK (1 << LID_ACCEL)
/* USB PD config */
#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL