zephyr/drivers/sensor/max31865/Kconfig
Fin Maaß cabc30c725 drivers: sensors: Implement MAX31865 sensor
This commit implements the temperature sensor interface for
the Maxim MAX31865 SPI Temperature Sensor.

Signed-off-by: Fin Maaß <fin.maass@haw-hamburg.de>
Co-authored-by: Armin Brauns <armin.brauns@embedded-solutions.at>
2023-04-03 12:32:50 -04:00

13 lines
323 B
Plaintext

# MAX31865 temperature sensor configuration options
# Copyright (c) 2022 HAW Hamburg FTZ-DIWIP
# SPDX-License-Identifier: Apache-2.0
config MAX31865
bool "MAX31865 Temperature Sensor"
default y
depends on DT_HAS_MAXIM_MAX31865_ENABLED
select SPI
help
Enable the driver for Maxim MAX31865 SPI Temperature Sensors.