62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
#if defined(CONFIG_HAS_DTS_I2C_DEVICE)
|
|
|
|
#ifndef CONFIG_FXAS21002_NAME
|
|
#define CONFIG_FXAS21002_NAME ""
|
|
#define CONFIG_FXAS21002_I2C_ADDRESS 0
|
|
#define CONFIG_FXAS21002_I2C_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_FXOS8700_NAME
|
|
#define CONFIG_FXOS8700_NAME ""
|
|
#define CONFIG_FXOS8700_I2C_NAME ""
|
|
#define CONFIG_FXOS8700_I2C_ADDRESS 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_HTS221_NAME
|
|
#define CONFIG_HTS221_NAME ""
|
|
#define CONFIG_HTS221_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_LIS3MDL_NAME
|
|
#define CONFIG_LIS3MDL_NAME ""
|
|
#define CONFIG_LIS3MDL_I2C_MASTER_DEV_NAME ""
|
|
#define CONFIG_LIS3MDL_I2C_ADDR 0x1e
|
|
#endif
|
|
|
|
#ifndef CONFIG_LPS25HB_DEV_NAME
|
|
#define CONFIG_LPS25HB_DEV_NAME ""
|
|
#define CONFIG_LPS25HB_I2C_ADDR 0
|
|
#define CONFIG_LPS25HB_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_LSM6DS0_DEV_NAME
|
|
#define CONFIG_LSM6DS0_DEV_NAME ""
|
|
#define CONFIG_LSM6DS0_I2C_ADDR 0
|
|
#define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_MAX30101_NAME
|
|
#define CONFIG_MAX30101_I2C_NAME ""
|
|
#define CONFIG_MAX30101_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_GPIO_SX1509B_DEV_NAME
|
|
#define CONFIG_GPIO_SX1509B_DEV_NAME ""
|
|
#define CONFIG_GPIO_SX1509B_I2C_ADDR 0
|
|
#define CONFIG_GPIO_SX1509B_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_LSM6DSL_DEV_NAME
|
|
#define CONFIG_LSM6DSL_DEV_NAME ""
|
|
#define CONFIG_LSM6DSL_I2C_ADDR 0
|
|
#define CONFIG_LSM6DSL_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#ifndef CONFIG_LPS22HB_DEV_NAME
|
|
#define CONFIG_LPS22HB_DEV_NAME ""
|
|
#define CONFIG_LPS22HB_I2C_ADDR 0
|
|
#define CONFIG_LPS22HB_I2C_MASTER_DEV_NAME ""
|
|
#endif
|
|
|
|
#endif /* CONFIG_HAS_DTS_I2C_DEVICE */
|