Skip to content

Commit e453a0c

Browse files
ubiedakartben
authored andcommitted
sensor: adxl345: Disable Sensor Streaming by default
Have the application enable this feature explicitcly, so that simple applications do not need to disable this to get the expected behavior. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 2a59a02 commit e453a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/sensor/adi/adxl345/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ endchoice
3737
config ADXL345_STREAM
3838
bool "Use FIFO to stream data"
3939
select ADXL345_TRIGGER
40-
default y
4140
depends on (SPI_RTIO || I2C_RTIO)
4241
depends on SENSOR_ASYNC_API
4342
help

0 commit comments

Comments
 (0)