1# MAX31875 temperature sensor configuration options
2
3# Copyright (c) 2021 Pete Dietl
4# SPDX-License-Identifier: Apache-2.0
5
6config MAX31875
7	bool "MAX31875 Temperature Sensor"
8	default y
9	depends on DT_HAS_MAXIM_MAX31875_ENABLED
10	select I2C
11	help
12	  Enable the driver for Maxim MAX31875 Low-Power I2C Temperature Sensors.
13