Commit a0ad4e01 authored by Mario Tesi's avatar Mario Tesi Committed by Maureen Helm
Browse files

tests: driver: lis2mdl: Add configuration for CI tests



	Add default dts configuration for CI tests in case
	selected board used for test purpose do not export
	dts configuration for LIS2MDL

Signed-off-by: default avatarMario Tesi <mario.tesi@st.com>
parent 5d8834be
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -50,6 +50,16 @@
#define CONFIG_HTS221_I2C_MASTER_DEV_NAME ""
#endif

#ifndef CONFIG_LIS2MDL_GPIO_PIN_NUM
#define CONFIG_LIS2MDL_GPIO_DEV_NAME ""
#define CONFIG_LIS2MDL_GPIO_PIN_NUM 0
#endif

#ifndef CONFIG_LIS2MDL_I2C_ADDR
#define CONFIG_LIS2MDL_I2C_ADDR 0
#define CONFIG_LIS2MDL_I2C_MASTER_DEV_NAME ""
#endif

#ifndef CONFIG_LIS3MDL_NAME
#define CONFIG_LIS3MDL_NAME ""
#define CONFIG_LIS3MDL_I2C_MASTER_DEV_NAME ""