CONFIG_LM75

LM75 Temperature Sensor

Type: bool

Help

Enable the driver for the LM75 digital temperature Sensor with 2-wire
interface. Thermal Watchdog is not implemented

Direct dependencies

I2C && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/drivers/sensor/lm75/Kconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:129

Menu path: (Top) → Device Drivers → Sensor Drivers

config LM75
    bool "LM75 Temperature Sensor"
    default n
    depends on I2C && SENSOR
    help
      Enable the driver for the LM75 digital temperature Sensor with 2-wire
      interface. Thermal Watchdog is not implemented

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