zephyr/drivers/sensor/mcp9600/Kconfig
Maxmillion McLaughlin 477e7264ca drivers: sensor: mcp9600 add intial driver support
Implementation of MCP9600 i2c thermoouple amplifier - K, J, T, N, S, E, B
and R type T

Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
2023-05-23 13:33:45 -05:00

15 lines
410 B
Plaintext

# I2C Compatible, Thermocouple EMF to Temperature Converter
#
# Copyright (c) 2022, Maxmillion McLaughlin
# Copyright (c) 2020, SER Consulting LLC / Steven Riedl
#
# SPDX-License-Identifier: Apache-2.0
config MCP9600
bool "MCP9600 i2c thermocouple temperature sensor"
default y
depends on DT_HAS_MICROCHIP_MCP9600_ENABLED
select I2C
help
Enable driver for MCP9600 i2c thermocouple temperature sensor.