Skip to content

Commit

Permalink
tests: drivers: build_all: sensor: Add non-typical TRIGGER settings
Browse files Browse the repository at this point in the history
The following devices enable TRIGGER in a way that is different from the
template definition, so add these settings to sensos_no_default.conf.

- bosch,bmc150
- bosch,bmm150
- bosch,bmp150
- ti,ina230
- we,wsen-itds
- lm77
- st,lsm9ds0-gyro
- ti,tmag5170

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 18, 2024
1 parent 53f547b commit 98e443e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/drivers/build_all/sensor/sensors_no_default.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
CONFIG_BMC150_MAGN_TRIGGER=y
CONFIG_BMC150_MAGN_TRIGGER_DRDY=y
CONFIG_BMM150_TRIGGER_DIRECT=y
CONFIG_BMP388_TRIGGER_DIRECT=y
CONFIG_INA230_TRIGGER=y
CONFIG_ITDS_TRIGGER=y
CONFIG_LM77_TRIGGER=y
CONFIG_LSM9DS0_GYRO_TRIGGERS=y
CONFIG_LSM9DS0_GYRO_TRIGGER_DRDY=y
CONFIG_TMAG5170_TRIGGER_DIRECT=y
CONFIG_VL53L1X_INTERRUPT_MODE=n
CONFIG_VL53L1X_XSHUT=n

0 comments on commit 98e443e

Please sign in to comment.