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>/drivers/sensor/lm77/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:137
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.)