summaryrefslogtreecommitdiff
path: root/board/sasuke
diff options
context:
space:
mode:
authorEvan Green <evgreen@chromium.org>2021-01-19 16:21:36 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-26 00:42:05 +0000
commite8faab25e6926460fbb6a0427b3d93edb2825b33 (patch)
tree73ea245aece6f42fcd0ba29632da8da43008a002 /board/sasuke
parentaffbf150d56d16cbb881e239b78a38512152e777 (diff)
downloadchrome-ec-e8faab25e6926460fbb6a0427b3d93edb2825b33.tar.gz
dedede: Add MKBP_EVENT to baseboard
CtsSensorTestCases is failing on Drawcia because it requests 100 events from accelerometer and gyroscope but gets zero. We can read sensor events just fine, but they never seem to push to the kernel. Add CONFIG_MKBP_EVENT into the baseboard, and then clean up all the one-off variants that have added this themselves. Also, add some accel commands specific to drawcia for easier debugging. BUG=b:171939568 BRANCH=none TEST=Use amstan's script, which amounts to cat /dev/iio:deviceN Signed-off-by: Evan Green <evgreen@chromium.org> Change-Id: Ia796ec2f9a08d3628dcabb4b5fca425693af4099 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2638636 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/sasuke')
-rw-r--r--board/sasuke/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/sasuke/board.h b/board/sasuke/board.h
index b2a79a499c..54fc3292b0 100644
--- a/board/sasuke/board.h
+++ b/board/sasuke/board.h
@@ -122,9 +122,6 @@
#define GPIO_EC_I2C_SUB_USB_C1_SCL GPIO_EC_I2C_SUB_C1_SCL_HDMI_EN_ODL
#define GPIO_EC_I2C_SUB_USB_C1_SDA GPIO_EC_I2C_SUB_C1_SDA_HDMI_HPD_ODL
-#define CONFIG_MKBP_EVENT
-#define CONFIG_MKBP_USE_GPIO
-
#define CONFIG_MATH_UTIL
#ifndef __ASSEMBLER__