From a593260b9cdc438e7b8e7cb258843afd5d1e1e28 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Mon, 25 Apr 2022 15:27:56 -0700 Subject: board/baseboard: Remove ACCEL_INTERRUPTS Use a finer grain set of define, to allow some sensors to use interrupt when wired properly and some use force mode when not using interrupt. BUG=b:230401133 BRANCH=asurada,dedede,brya TEST=Build all. Check Zephyr with herobrine. Check on bugzzy. Signed-off-by: Gwendal Grignou Change-Id: I9c7d50b88a0eaec017f4e5e2ccfdb80761d71fb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3609121 Reviewed-by: Yuval Peress --- board/beetley/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/beetley') diff --git a/board/beetley/board.h b/board/beetley/board.h index bac25d4d67..15eac0d3f8 100644 --- a/board/beetley/board.h +++ b/board/beetley/board.h @@ -51,7 +51,6 @@ #define CONFIG_ACCEL_FIFO_SIZE 256 /* Must be a power of 2 */ #define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO_SIZE / 3) -#define CONFIG_ACCEL_INTERRUPTS #define CONFIG_ACCEL_LSM6DSM_INT_EVENT \ TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL) -- cgit v1.2.1