From 5087723490bcad60a4e833e106170e861bd1a159 Mon Sep 17 00:00:00 2001 From: Paul Ma Date: Tue, 19 Jun 2018 15:18:27 +0800 Subject: phaser: enable phaser motion sensor drivers This patch add phaser base and lid accel sensor support. Lid sensor type is lis2de, it has the same register interface as lis2dh, so they share the same driver. Since it has a very small fifo, use it in forced mode. Signed-off-by: Paul Ma BRANCH=none BUG=b:110013316 TEST=boot phaser board, base and lid sensor can be inititalized successfully. use console command "accelinfo on", both sensors has valid output. Change-Id: Ie8514ea449fec41c6b1e0b6be1f2ae88458d119c Reviewed-on: https://chromium-review.googlesource.com/1105688 Commit-Ready: Jett Rink Tested-by: Jett Rink Reviewed-by: Jett Rink --- include/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 597107ce2e..7e4c2168d0 100644 --- a/include/config.h +++ b/include/config.h @@ -178,7 +178,6 @@ */ #undef CONFIG_ACCELGYRO_BMI160_INT_EVENT #undef CONFIG_ACCEL_LSM6DSM_INT_EVENT -#undef CONFIG_ACCEL_LIS2DH_INT_EVENT #undef CONFIG_ALS_SI114X_INT_EVENT /* -- cgit v1.2.1