summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kevin/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/kevin/board.c b/board/kevin/board.c
index ff6db7a887..764bcc7e81 100644
--- a/board/kevin/board.c
+++ b/board/kevin/board.c
@@ -357,6 +357,9 @@ static void board_init(void)
gpio_enable_interrupt(GPIO_WARM_RESET_REQ);
gpio_enable_interrupt(GPIO_AP_OVERTEMP);
+ /* Enable interrupts from BMI160 sensor. */
+ gpio_enable_interrupt(GPIO_BASE_SIXAXIS_INT_L);
+
/* Sensor Init */
if (system_jumped_to_this_image() && chipset_in_state(CHIPSET_STATE_ON))
board_spi_enable();