zephyr/drivers/sensor/max31875/Kconfig
Pete Dietl 5dddf9f0f8 drivers: sensors: Implement MAX31875 sensor
This commit implements the temperature sensor interface for
the Maxim MAX31875Low-Power I2C Temperature Sensor.

Signed-off-by: Pete Dietl <petedietl@gmail.com>
2022-02-24 08:49:40 -06:00

11 lines
273 B
Plaintext

# MAX31875 temperature sensor configuration options
# Copyright (c) 2021 Pete Dietl
# SPDX-License-Identifier: Apache-2.0
config MAX31875
bool "MAX31875 Temperature Sensor"
depends on I2C
help
Enable the driver for Maxim MAX31875 Low-Power I2C Temperature Sensors.