The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LM77

LM77 Temperature Sensor

Type: bool

Help

Enable driver for the LM77 digital temperature sensor with 2-wire
interface.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/sensor/lm77/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:135

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

menuconfig LM77
    bool "LM77 Temperature Sensor"
    default n
    depends on I2C && SENSOR
    help
      Enable driver for the LM77 digital temperature sensor with 2-wire
      interface.

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