CONFIG_SI7055¶
Si7055 Temperature Sensor
Type: bool
Help¶
Enable I2C-based driver for Si7055 Temperature Sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/si7055/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:199
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig SI7055
    bool "Si7055 Temperature Sensor"
    depends on I2C && SENSOR
    help
      Enable I2C-based driver for Si7055 Temperature Sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)