tests: drivers: sensors: add i3g4250d to build_all

Adds i3g4250d gyro to build_all spi tests.

Signed-off-by: Jonathan Hahn <Jonathan.Hahn@t-online.de>
This commit is contained in:
Jonathan Hahn 2021-08-09 21:38:23 +02:00 committed by Christopher Friedt
commit f9e2969d87
2 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,7 @@ CONFIG_FXOS8700=y
CONFIG_HMC5883L=y
CONFIG_HP206C=y
CONFIG_HTS221=y
CONFIG_I3G4250D=y
CONFIG_ICM42605=y
CONFIG_ICM42605_TRIGGER_NONE=y
CONFIG_IIS2DH=y

View file

@ -411,3 +411,10 @@ test_spi_bmp388: bmp388@3a {
spi-max-frequency = <0>;
int-gpios = <&test_gpio 0 0>;
};
test_spi_i3g4250d: i3g4250d@3b {
compatible = "st,i3g4250d";
label = "I3G4250D";
reg = <0x3b>;
spi-max-frequency = <0>;
};