1# MAX31865 temperature sensor configuration options
2
3# Copyright (c) 2022 HAW Hamburg FTZ-DIWIP
4# SPDX-License-Identifier: Apache-2.0
5
6config MAX31865
7	bool "MAX31865 Temperature Sensor"
8	default y
9	depends on DT_HAS_MAXIM_MAX31865_ENABLED
10	select SPI
11	help
12	  Enable the driver for Maxim MAX31865 SPI Temperature Sensors.
13