Skip to content

Commit 42cf4c7

Browse files
gmarullcarlescufi
authored andcommitted
tests: drivers: enable MAX6675 build
Enable MAX6675 sensor for the build_all test. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a0a8a47 commit 42cf4c7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/drivers/build_all/sensors_i_z.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_LSM9DS0_MFD=y
2626
CONFIG_MAX30101=y
2727
CONFIG_MAX44009=y
2828
CONFIG_MAX17055=y
29+
CONFIG_MAX6675=y
2930
CONFIG_MCP9808=y
3031
CONFIG_MPU6050=y
3132
CONFIG_MS5607=y

tests/drivers/build_all/spi.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,10 @@ test_spi_icm42605: icm42605@38 {
567567
spi-max-frequency = <0>;
568568
int-gpios = <&test_gpio 0 0>;
569569
};
570+
571+
test_spi_max6675: max6675@38 {
572+
compatible = "maxim,max6675";
573+
label = "MAX6675";
574+
reg = <0x38>;
575+
spi-max-frequency = <0>;
576+
};

0 commit comments

Comments
 (0)