1# I2C Compatible, Thermocouple EMF to Temperature Converter
2#
3# Copyright (c) 2022, Maxmillion McLaughlin
4# Copyright (c) 2020, SER Consulting LLC / Steven Riedl
5#
6# SPDX-License-Identifier: Apache-2.0
7
8config MCP9600
9	bool "MCP9600 i2c thermocouple temperature sensor"
10	default y
11	depends on DT_HAS_MICROCHIP_MCP9600_ENABLED
12	select I2C
13	help
14	  Enable driver for MCP9600 i2c thermocouple temperature sensor.
15