CONFIG_LM77¶
LM77 Temperature Sensor
Type: bool
Help¶
Enable driver for the LM77 digital temperature sensor with 2-wire
interface.
Default¶
- n 
Kconfig definition¶
At <Zephyr Driver>/sensor/lm77/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/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.)