Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #
  2. # Temperature sensor drivers
  3. #
  4. menu "Temperature sensors"
  5. config MAXIM_THERMOCOUPLE
  6. tristate "Maxim thermocouple sensors"
  7. depends on SPI
  8. select IIO_BUFFER
  9. select IIO_TRIGGERED_BUFFER
  10. help
  11. If you say yes here you get support for the Maxim series of
  12. thermocouple sensors connected via SPI.
  13. Supported sensors:
  14. * MAX6675
  15. * MAX31855
  16. This driver can also be built as a module. If so, the module will
  17. be called maxim_thermocouple.
  18. config HID_SENSOR_TEMP
  19. tristate "HID Environmental temperature sensor"
  20. depends on HID_SENSOR_HUB
  21. select IIO_BUFFER
  22. select IIO_TRIGGERED_BUFFER
  23. select HID_SENSOR_IIO_COMMON
  24. select HID_SENSOR_IIO_TRIGGER
  25. help
  26. Say yes here to build support for the HID SENSOR
  27. temperature driver
  28. To compile this driver as a module, choose M here: the module
  29. will be called hid-sensor-temperature.
  30. config MLX90614
  31. tristate "MLX90614 contact-less infrared sensor"
  32. depends on I2C
  33. help
  34. If you say yes here you get support for the Melexis
  35. MLX90614 contact-less infrared sensor connected with I2C.
  36. This driver can also be built as a module. If so, the module will
  37. be called mlx90614.
  38. config MLX90632
  39. tristate "MLX90632 contact-less infrared sensor with medical accuracy"
  40. depends on I2C
  41. select REGMAP_I2C
  42. help
  43. If you say yes here you get support for the Melexis
  44. MLX90632 contact-less infrared sensor with medical accuracy
  45. connected with I2C.
  46. This driver can also be built as a module. If so, the module will
  47. be called mlx90632.
  48. config TMP006
  49. tristate "TMP006 infrared thermopile sensor"
  50. depends on I2C
  51. help
  52. If you say yes here you get support for the Texas Instruments
  53. TMP006 infrared thermopile sensor.
  54. This driver can also be built as a module. If so, the module will
  55. be called tmp006.
  56. config TMP007
  57. tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
  58. depends on I2C
  59. help
  60. If you say yes here you get support for the Texas Instruments
  61. TMP007 infrared thermopile sensor with Integrated Math Engine.
  62. This driver can also be built as a module. If so, the module will
  63. be called tmp007.
  64. config TSYS01
  65. tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
  66. depends on I2C
  67. select IIO_MS_SENSORS_I2C
  68. help
  69. If you say yes here you get support for the Measurement Specialties
  70. TSYS01 I2C temperature sensor.
  71. This driver can also be built as a module. If so, the module will
  72. be called tsys01.
  73. config TSYS02D
  74. tristate "Measurement Specialties TSYS02D temperature sensor"
  75. depends on I2C
  76. select IIO_MS_SENSORS_I2C
  77. help
  78. If you say yes here you get support for the Measurement Specialties
  79. TSYS02D temperature sensor.
  80. This driver can also be built as a module. If so, the module will
  81. be called tsys02d.
  82. endmenu