aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorParesh Chaudhary <paresh.chaudhary@rockwellcollins.com>2019-03-26 12:18:42 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-04 20:21:05 +0100
commitfb55a51310d1791b439e8d70f693410f5ef616a4 (patch)
tree1b0d16fdf5dd65220d93cd244eeac31f37381459 /drivers/iio/temperature/Kconfig
parentiio:temperature:max31856:Add device tree bind info (diff)
downloadlinux-dev-fb55a51310d1791b439e8d70f693410f5ef616a4.tar.xz
linux-dev-fb55a51310d1791b439e8d70f693410f5ef616a4.zip
iio:temperature: Add MAX31856 thermocouple support
This patch adds support for Maxim MAX31856 thermocouple temperature sensor support. More information can be found in: https://www.maximintegrated.com/en/ds/MAX31856.pdf NOTE: Driver support only Comparator Mode. Signed-off-by: Paresh Chaudhary <paresh.chaudhary@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Patrick Havelange <patrick.havelange@essensium.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 7f0b8261c8ba..c185cbee25c7 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -97,4 +97,14 @@ config TSYS02D
This driver can also be built as a module. If so, the module will
be called tsys02d.
+config MAX31856
+ tristate "MAX31856 thermocouple sensor"
+ depends on SPI
+ help
+ If you say yes here you get support for MAX31856
+ thermocouple sensor chip connected via SPI.
+
+ This driver can also be built as a module. If so, the module
+ will be called max31856.
+
endmenu