summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2016-07-04 18:54:04 -0700
committerJonathan Cameron <jic23@kernel.org>2016-07-10 14:44:03 +0100
commit1f25ca11d84a3aa01b2b12a419a1385c2f5513bc (patch)
treeddbe91373f5aa5f96e799851d3e79d307a1039b4 /drivers/iio/temperature/Kconfig
parent0ddfd857130d16b1fb1e45c5ab2321a65738d70b (diff)
downloadlinux-1f25ca11d84a3aa01b2b12a419a1385c2f5513bc.tar.bz2
iio: temperature: add support for Maxim thermocouple chips
Add initial driver support for MAX6675, and MAX31855 thermocouple chips. Cc: Marek Vasut <marex@denx.de> Cc: Matt Porter <mporter@konsulko.com> Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/Kconfig')
-rw-r--r--drivers/iio/temperature/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig
index c4664e5de791..1d3da05eca39 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -3,6 +3,20 @@
#
menu "Temperature sensors"
+config MAXIM_THERMOCOUPLE
+ tristate "Maxim thermocouple sensors"
+ depends on SPI
+ help
+ If you say yes here you get support for the Maxim series of
+ thermocouple sensors connected via SPI.
+
+ Supported sensors:
+ * MAX6675
+ * MAX31855
+
+ This driver can also be built as a module. If so, the module will
+ be called maxim_thermocouple.
+
config MLX90614
tristate "MLX90614 contact-less infrared sensor"
depends on I2C