:orphan: .. title:: CONFIG_MCP9808 .. kconfig:: CONFIG_MCP9808 CONFIG_MCP9808 ############## *MCP9808 temperature sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for MCP9808 temperature sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/mcp9808/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:167`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig MCP9808 bool "MCP9808 temperature sensor" depends on I2C && SENSOR help Enable driver for MCP9808 temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*