:orphan: .. title:: CONFIG_LM77 .. kconfig:: CONFIG_LM77 CONFIG_LM77 ########### *LM77 Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the LM77 digital temperature sensor with 2-wire interface. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/sensor/lm77/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:135`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*