mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
config: Remove duplicate ST defines.
Removed unwanted replicated define in configuration file. BUG=none BRANCH=none TEST=Tested on discovery BOARD with sensor connected on EC i2c master bus. Device tested is lis2dh. Change-Id: If81da53a044b82fe8f47c113c7ca5d57d7dcb9fd Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/465374 Commit-Ready: mario tesi <mario.tesi@st.com> Tested-by: mario tesi <mario.tesi@st.com>
This commit is contained in:
committed by
chrome-bot
parent
a52ec22b26
commit
f9e04b0dfb
@@ -68,17 +68,10 @@
|
||||
#undef CONFIG_ACCELGYRO_LSM6DS0
|
||||
#undef CONFIG_ACCELGYRO_BMI160
|
||||
#undef CONFIG_ACCELGYRO_LSM6DSM
|
||||
#undef CONFIG_ACCEL_LIS2DH
|
||||
|
||||
/* Specify barometer attached */
|
||||
#undef CONFIG_BARO_BMP280
|
||||
|
||||
/*
|
||||
* Define the event to raise when LIS2DH interrupt.
|
||||
* Must be within TASK_EVENT_MOTION_INTERRUPT_MASK.
|
||||
*/
|
||||
#undef CONFIG_ACCEL_LIS2DH_INT_EVENT
|
||||
|
||||
/*
|
||||
* Use the old standard reference frame for accelerometers. The old
|
||||
* reference frame is:
|
||||
@@ -723,9 +716,6 @@
|
||||
#undef CONFIG_CMD_USB_PD_PE
|
||||
#define CONFIG_CMD_WAITMS
|
||||
|
||||
/* Enable console sensor debug level cmd */
|
||||
#undef CONFIG_ST_SENSORS_DEBUG
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/* Provide common core code to output panic information without interrupts. */
|
||||
|
||||
Reference in New Issue
Block a user