# # Temperature sensor drivers # menu "Temperature sensors" config [31mCONFIG_MAXIM_THERMOCOUPLE[0m tristate "Maxim thermocouple sensors" depends on [31mCONFIG_SPI[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help If you say yes here you get support for the Maxim series of thermocouple sensors connected via [31mCONFIG_SPI[0m. Supported sensors: * MAX6675 * MAX31855 This driver can also be built as a module. If so, the module will be called maxim_thermocouple. config [31mCONFIG_MLX90614[0m tristate "MLX90614 contact-less infrared sensor" depends on [31mCONFIG_I2C[0m help If you say yes here you get support for the Melexis [31mCONFIG_MLX90614[0m contact-less infrared sensor connected with [31mCONFIG_I2C[0m. This driver can also be built as a module. If so, the module will be called mlx90614. config [31mCONFIG_TMP006[0m tristate "TMP006 infrared thermopile sensor" depends on [31mCONFIG_I2C[0m help If you say yes here you get support for the Texas Instruments [31mCONFIG_TMP006[0m infrared thermopile sensor. This driver can also be built as a module. If so, the module will be called tmp006. config [31mCONFIG_TSYS01[0m tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection" depends on [31mCONFIG_I2C[0m select [31mCONFIG_IIO_MS_SENSORS_I2C[0m help If you say yes here you get support for the Measurement Specialties [31mCONFIG_TSYS01[0m [31mCONFIG_I2C[0m temperature sensor. This driver can also be built as a module. If so, the module will be called tsys01. config [31mCONFIG_TSYS02D[0m tristate "Measurement Specialties TSYS02D temperature sensor" depends on [31mCONFIG_I2C[0m select [31mCONFIG_IIO_MS_SENSORS_I2C[0m help If you say yes here you get support for the Measurement Specialties [31mCONFIG_TSYS02D[0m temperature sensor. This driver can also be built as a module. If so, the module will be called tsys02d. endmenu |