Kconfig 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Temperature sensor drivers
  4. #
  5. menu "Temperature sensors"
  6. config IQS620AT_TEMP
  7. tristate "Azoteq IQS620AT temperature sensor"
  8. depends on MFD_IQS62X || COMPILE_TEST
  9. help
  10. Say Y here if you want to build support for the Azoteq IQS620AT
  11. temperature sensor.
  12. To compile this driver as a module, choose M here: the module
  13. will be called iqs620at-temp.
  14. config LTC2983
  15. tristate "Analog Devices Multi-Sensor Digital Temperature Measurement System"
  16. depends on SPI
  17. select REGMAP_SPI
  18. help
  19. Say yes here to build support for the LTC2983 Multi-Sensor
  20. high accuracy digital temperature measurement system.
  21. To compile this driver as a module, choose M here: the module
  22. will be called ltc2983.
  23. config MAXIM_THERMOCOUPLE
  24. tristate "Maxim thermocouple sensors"
  25. depends on SPI
  26. select IIO_BUFFER
  27. select IIO_TRIGGERED_BUFFER
  28. help
  29. If you say yes here you get support for the Maxim series of
  30. thermocouple sensors connected via SPI.
  31. Supported sensors:
  32. * MAX6675
  33. * MAX31855
  34. This driver can also be built as a module. If so, the module will
  35. be called maxim_thermocouple.
  36. config HID_SENSOR_TEMP
  37. tristate "HID Environmental temperature sensor"
  38. depends on HID_SENSOR_HUB
  39. select IIO_BUFFER
  40. select HID_SENSOR_IIO_COMMON
  41. select HID_SENSOR_IIO_TRIGGER
  42. help
  43. Say yes here to build support for the HID SENSOR
  44. temperature driver
  45. To compile this driver as a module, choose M here: the module
  46. will be called hid-sensor-temperature.
  47. config MLX90614
  48. tristate "MLX90614 contact-less infrared sensor"
  49. depends on I2C
  50. help
  51. If you say yes here you get support for the Melexis
  52. MLX90614 contact-less infrared sensor connected with I2C.
  53. This driver can also be built as a module. If so, the module will
  54. be called mlx90614.
  55. config MLX90632
  56. tristate "MLX90632 contact-less infrared sensor with medical accuracy"
  57. depends on I2C
  58. select REGMAP_I2C
  59. help
  60. If you say yes here you get support for the Melexis
  61. MLX90632 contact-less infrared sensor with medical accuracy
  62. connected with I2C.
  63. This driver can also be built as a module. If so, the module will
  64. be called mlx90632.
  65. config MLX90635
  66. tristate "MLX90635 contact-less infrared sensor with medical accuracy"
  67. depends on I2C
  68. select REGMAP_I2C
  69. help
  70. If you say yes here you get support for the Melexis
  71. MLX90635 contact-less infrared sensor with medical accuracy
  72. connected with I2C.
  73. This driver can also be built as a module. If so, the module will
  74. be called mlx90635.
  75. config TMP006
  76. tristate "TMP006 infrared thermopile sensor"
  77. depends on I2C
  78. help
  79. If you say yes here you get support for the Texas Instruments
  80. TMP006 infrared thermopile sensor.
  81. This driver can also be built as a module. If so, the module will
  82. be called tmp006.
  83. config TMP007
  84. tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
  85. depends on I2C
  86. help
  87. If you say yes here you get support for the Texas Instruments
  88. TMP007 infrared thermopile sensor with Integrated Math Engine.
  89. This driver can also be built as a module. If so, the module will
  90. be called tmp007.
  91. config TMP117
  92. tristate "TMP117 Digital temperature sensor with integrated NV memory"
  93. depends on I2C
  94. help
  95. If you say yes here you get support for the Texas Instruments
  96. TMP117 Digital temperature sensor with integrated NV memory.
  97. This driver can also be built as a module. If so, the module will
  98. be called tmp117.
  99. config TSYS01
  100. tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
  101. depends on I2C
  102. select IIO_MS_SENSORS_I2C
  103. help
  104. If you say yes here you get support for the Measurement Specialties
  105. TSYS01 I2C temperature sensor.
  106. This driver can also be built as a module. If so, the module will
  107. be called tsys01.
  108. config TSYS02D
  109. tristate "Measurement Specialties TSYS02D temperature sensor"
  110. depends on I2C
  111. select IIO_MS_SENSORS_I2C
  112. help
  113. If you say yes here you get support for the Measurement Specialties
  114. TSYS02D temperature sensor.
  115. This driver can also be built as a module. If so, the module will
  116. be called tsys02d.
  117. config MAX30208
  118. tristate "Maxim MAX30208 digital temperature sensor"
  119. depends on I2C
  120. help
  121. If you say yes here you get support for Maxim MAX30208
  122. digital temperature sensor connected via I2C.
  123. This driver can also be built as a module. If so, the module
  124. will be called max30208.
  125. config MAX31856
  126. tristate "MAX31856 thermocouple sensor"
  127. depends on SPI
  128. help
  129. If you say yes here you get support for MAX31856
  130. thermocouple sensor chip connected via SPI.
  131. This driver can also be built as a module. If so, the module
  132. will be called max31856.
  133. config MAX31865
  134. tristate "MAX31865 RTD to Digital converter"
  135. depends on SPI
  136. help
  137. If you say yes here you get support for MAX31865
  138. thermocouple sensor chip connected via SPI.
  139. This driver can also be build as a module. If so, the module
  140. will be called max31865.
  141. config MCP9600
  142. tristate "MCP9600 thermocouple EMF converter"
  143. depends on I2C
  144. help
  145. If you say yes here you get support for MCP9600
  146. thermocouple EMF converter connected via I2C.
  147. This driver can also be built as a module. If so, the module
  148. will be called mcp9600.
  149. endmenu