CONFIG_LM77¶
LM77 Temperature Sensor
Type: bool
Help¶
Enable driver for the LM77 digital temperature sensor with 2-wire
interface.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At drivers/sensor/lm77/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/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.)