# Copyright (c) 2021 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0

config MAX6675
	bool "MAX6675 K-thermocouple to digital converter"
	default y
	depends on DT_HAS_MAXIM_MAX6675_ENABLED
	select SPI
	help
	  Enable MAX6675 cold-junction-compensated K-thermocouple to digital
	  converter.
