Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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 TMP006
  66. tristate "TMP006 infrared thermopile sensor"
  67. depends on I2C
  68. help
  69. If you say yes here you get support for the Texas Instruments
  70. TMP006 infrared thermopile sensor.
  71. This driver can also be built as a module. If so, the module will
  72. be called tmp006.
  73. config TMP007
  74. tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
  75. depends on I2C
  76. help
  77. If you say yes here you get support for the Texas Instruments
  78. TMP007 infrared thermopile sensor with Integrated Math Engine.
  79. This driver can also be built as a module. If so, the module will
  80. be called tmp007.
  81. config TMP117
  82. tristate "TMP117 Digital temperature sensor with integrated NV memory"
  83. depends on I2C
  84. help
  85. If you say yes here you get support for the Texas Instruments
  86. TMP117 Digital temperature sensor with integrated NV memory.
  87. This driver can also be built as a module. If so, the module will
  88. be called tmp117.
  89. config TSYS01
  90. tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
  91. depends on I2C
  92. select IIO_MS_SENSORS_I2C
  93. help
  94. If you say yes here you get support for the Measurement Specialties
  95. TSYS01 I2C temperature sensor.
  96. This driver can also be built as a module. If so, the module will
  97. be called tsys01.
  98. config TSYS02D
  99. tristate "Measurement Specialties TSYS02D temperature sensor"
  100. depends on I2C
  101. select IIO_MS_SENSORS_I2C
  102. help
  103. If you say yes here you get support for the Measurement Specialties
  104. TSYS02D temperature sensor.
  105. This driver can also be built as a module. If so, the module will
  106. be called tsys02d.
  107. config MAX31856
  108. tristate "MAX31856 thermocouple sensor"
  109. depends on SPI
  110. help
  111. If you say yes here you get support for MAX31856
  112. thermocouple sensor chip connected via SPI.
  113. This driver can also be built as a module. If so, the module
  114. will be called max31856.
  115. config MAX31865
  116. tristate "MAX31865 RTD to Digital converter"
  117. depends on SPI
  118. help
  119. If you say yes here you get support for MAX31865
  120. thermocouple sensor chip connected via SPI.
  121. This driver can also be build as a module. If so, the module
  122. will be called max31865.
  123. endmenu