:orphan: .. title:: MAX6675 .. option:: CONFIG_MAX6675 *MAX6675 K-thermocouple to digital converter* Type: ``bool`` Help ==== .. code-block:: none Enable MAX6675 cold-junction-compensated K-thermocouple to digital converter. Direct dependencies =================== \ :option:`SPI ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/max6675/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:153`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config MAX6675 bool "MAX6675 K-thermocouple to digital converter" depends on SPI && SENSOR help Enable MAX6675 cold-junction-compensated K-thermocouple to digital converter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*