summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorNavin Sankar Velliangiri <navin@linumiz.com>2021-08-24 10:31:23 +0530
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-09-14 12:00:33 +0100
commite112dc4e18eafc5ee9d5700e3c059ac9897ae2a1 (patch)
tree35b78a0c9146fe3b7611b2aad02d857f76d58f6e /drivers/iio/temperature/Kconfig
parentb0fc3f1dbe2a577c22dc52900856597ad5ea6bb3 (diff)
downloadlinux-e112dc4e18eafc5ee9d5700e3c059ac9897ae2a1.tar.bz2
iio: temperature: Add MAX31865 RTD Support
This patch adds support for Maxim MAX31865 RTD temperature sensor support. More information can be found in: https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com> Link: https://lore.kernel.org/r/20210824050123.71289-1-navin@linumiz.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/temperature/Kconfig')
-rw-r--r--drivers/iio/temperature/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig
index f20ae3c963cb..e8ed849e3b76 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -138,4 +138,14 @@ config MAX31856
This driver can also be built as a module. If so, the module
will be called max31856.
+config MAX31865
+ tristate "MAX31865 RTD to Digital converter"
+ depends on SPI
+ help
+ If you say yes here you get support for MAX31865
+ thermocouple sensor chip connected via SPI.
+
+ This driver can also be build as a module. If so, the module
+ will be called max31865.
+
endmenu