diff --git a/tests/drivers/build_all/dts_fixup.h b/tests/drivers/build_all/dts_fixup.h index 4a86380e279..68f8a9c71b0 100644 --- a/tests/drivers/build_all/dts_fixup.h +++ b/tests/drivers/build_all/dts_fixup.h @@ -190,6 +190,18 @@ #define DT_LSM9DS0_GYRO_INT_GPIO_PIN 1 #endif +#ifndef DT_AMS_IAQCORE_0_LABEL +#define DT_AMS_IAQCORE_0_LABEL "" +#define DT_AMS_IAQCORE_0_BUS_NAME "" +#define DT_AMS_IAQCORE_0_BASE_ADDRESS 0x00 +#endif + +#ifndef DT_AMS_ENS210_0_LABEL +#define DT_AMS_ENS210_0_LABEL "" +#define DT_AMS_ENS210_0_BUS_NAME "" +#define DT_AMS_ENS210_0_BASE_ADDRESS 0x00 +#endif + #endif /* CONFIG_HAS_DTS_I2C */ #if defined(CONFIG_HAS_DTS_SPI) diff --git a/tests/drivers/build_all/sensors_a_h.conf b/tests/drivers/build_all/sensors_a_h.conf index e0a98d843c5..0c28cfb9ddc 100644 --- a/tests/drivers/build_all/sensors_a_h.conf +++ b/tests/drivers/build_all/sensors_a_h.conf @@ -16,6 +16,7 @@ CONFIG_ADXL362=y CONFIG_ADXL372=y CONFIG_AK8975=y CONFIG_AMG88XX=y +CONFIG_AMS_IAQ_CORE=y CONFIG_APDS9960=y CONFIG_BMA280=y CONFIG_BMC150_MAGN=y @@ -25,6 +26,7 @@ CONFIG_BMI160=y CONFIG_BMM150=y CONFIG_CCS811=y CONFIG_DHT=y +CONFIG_ENS210=y CONFIG_FXAS21002=y CONFIG_FXOS8700=y #CONFIG_HDC1008=y