zephyr/drivers/sensor/max31855/Kconfig
Garrett Battaglia 65e3f5b23d drivers: sensor: add MAX31855
add MAX31855 cold-junction compensated thermocouple-to-digital
converter sensor driver and sample

Signed-off-by: Garrett Battaglia <garrett@garrettbattaglia.com>
2023-02-23 09:06:28 +01:00

13 lines
383 B
Plaintext

# MAX31855 cold-junction compensated thermocouple-to-digital converter configuration options
# Copyright (c) 2020 Christian Hirsch
# SPDX-License-Identifier: Apache-2.0
config MAX31855
bool "MAX31855 sensor"
default y
depends on DT_HAS_MAXIM_MAX31855_ENABLED
select SPI
help
Enable driver for MAX31855 SPI-based Cold-Junction Compensated thermocouple-to-Digital Converter.