:orphan: .. title:: CONFIG_LM75 .. kconfig:: CONFIG_LM75 CONFIG_LM75 ########### *LM75 Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable the driver for the LM75 digital temperature Sensor with 2-wire interface. Thermal Watchdog is not implemented Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/sensor/lm75/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:133`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config LM75 bool "LM75 Temperature Sensor" default n depends on I2C && SENSOR help Enable the driver for the LM75 digital temperature Sensor with 2-wire interface. Thermal Watchdog is not implemented *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*