tests: build_all: Add missing dts fixups for apds9960
The apds9960 sensor driver recently added support for trigger mode, but the gpio dts fixups weren't added to the build_all test. Adds the missing dts fixups and updates the sensor trigger test to include the apds9960 sensor driver. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
0a73ea04fa
commit
d2d076445c
|
@ -19,6 +19,8 @@
|
|||
#ifndef CONFIG_APDS9960_DRV_NAME
|
||||
#define CONFIG_APDS9960_DRV_NAME ""
|
||||
#define CONFIG_APDS9960_I2C_DEV_NAME ""
|
||||
#define CONFIG_APDS9960_GPIO_DEV_NAME ""
|
||||
#define CONFIG_APDS9960_GPIO_PIN_NUM 0
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_CCS811_NAME
|
||||
|
|
|
@ -10,6 +10,8 @@ CONFIG_ADXL372=y
|
|||
CONFIG_ADXL372_TRIGGER_OWN_THREAD=y
|
||||
CONFIG_AMG88XX=y
|
||||
CONFIG_AMG88XX_TRIGGER_OWN_THREAD=y
|
||||
CONFIG_APDS9960=y
|
||||
CONFIG_APDS9960_TRIGGER_GLOBAL_THREAD=y
|
||||
CONFIG_BMA280=y
|
||||
CONFIG_BMA280_TRIGGER_OWN_THREAD=y
|
||||
CONFIG_BMC150_MAGN=y
|
||||
|
|
Loading…
Reference in New Issue