:orphan: .. title:: CONFIG_MAX6675 .. kconfig:: CONFIG_MAX6675 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 =================== \ :kconfig:`SPI ` && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:163`` 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.)*