Kconfig 346 B

12345678910111213141516
  1. #
  2. # Temperature sensor drivers
  3. #
  4. menu "Temperature sensors"
  5. config TMP006
  6. tristate "TMP006 infrared thermopile sensor"
  7. depends on I2C
  8. help
  9. If you say yes here you get support for the Texas Instruments
  10. TMP006 infrared thermopile sensor.
  11. This driver can also be built as a module. If so, the module will
  12. be called tmp006.
  13. endmenu