CONFIG_LSM6DSO_EXT_LPS22HH

Enable LPS22HH as external sensor

Type: bool

Direct dependencies

LSM6DSO_SENSORHUB && LSM6DSO && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/sensor/lsm6dso/Kconfig:90

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:131

Menu path: (Top) → Device Drivers → Sensor Drivers → LSM6DSO I2C/SPI accelerometer and gyroscope Chip → Enable I2C sensorhub feature

config LSM6DSO_EXT_LPS22HH
    bool "Enable LPS22HH as external sensor"
    default y
    depends on LSM6DSO_SENSORHUB && LSM6DSO && SENSOR

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)