Kconfig 644 B

123456789101112131415161718192021222324252627
  1. #
  2. # Temperature sensor drivers
  3. #
  4. menu "Temperature sensors"
  5. config MLX90614
  6. tristate "MLX90614 contact-less infrared sensor"
  7. depends on I2C
  8. help
  9. If you say yes here you get support for the Melexis
  10. MLX90614 contact-less infrared sensor connected with I2C.
  11. This driver can also be built as a module. If so, the module will
  12. be called mlx90614.
  13. config TMP006
  14. tristate "TMP006 infrared thermopile sensor"
  15. depends on I2C
  16. help
  17. If you say yes here you get support for the Texas Instruments
  18. TMP006 infrared thermopile sensor.
  19. This driver can also be built as a module. If so, the module will
  20. be called tmp006.
  21. endmenu