blob: 21feaa4661b4672425fad790b1d64af61fa084d2 [file] [log] [blame]
Peter Meerwalde5a63942013-08-08 17:39:00 +01001#
2# Temperature sensor drivers
3#
4menu "Temperature sensors"
5
Peter Meerwald474fe212014-02-05 16:57:00 +00006config MLX90614
7 tristate "MLX90614 contact-less infrared sensor"
8 depends on I2C
9 help
10 If you say yes here you get support for the Melexis
11 MLX90614 contact-less infrared sensor connected with I2C.
12
13 This driver can also be built as a module. If so, the module will
14 be called mlx90614.
15
Peter Meerwalde5a63942013-08-08 17:39:00 +010016config TMP006
17 tristate "TMP006 infrared thermopile sensor"
18 depends on I2C
19 help
20 If you say yes here you get support for the Texas Instruments
21 TMP006 infrared thermopile sensor.
22
23 This driver can also be built as a module. If so, the module will
24 be called tmp006.
25
26endmenu