1# Copyright (c) 2021 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4config MAX6675
5	bool "MAX6675 K-thermocouple to digital converter"
6	default y
7	depends on DT_HAS_MAXIM_MAX6675_ENABLED
8	select SPI
9	help
10	  Enable MAX6675 cold-junction-compensated K-thermocouple to digital
11	  converter.
12