diff options
author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2015-06-21 15:54:44 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-06-21 22:54:53 -0700 |
commit | 761c1770f2bf36a323ab97e2e1780db4f9b8a6fe (patch) | |
tree | 5fdfb189a1d4980916069a418015573ab736957b /drivers/hwmon/Kconfig | |
parent | f6725ae2f1ae266589ab177461e308bb2f86f9ee (diff) |
hwmon: add driver for Microchip TC74
Add hwmon driver for the Microchip TC74.
The TC74 is a single-input 8-bit I2C temperature sensor,
with +-2 degrees centigrade accuracy.
Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9c9d38b1e92e..54075a07d2a1 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1452,6 +1452,16 @@ config SENSORS_INA2XX This driver can also be built as a module. If so, the module will be called ina2xx. +config SENSORS_TC74 + tristate "Microchip TC74" + depends on I2C + help + If you say yes here you get support for Microchip TC74 single + input temperature sensor chips. + + This driver can also be built as a module. If so, the module + will be called tc74. + config SENSORS_THMC50 tristate "Texas Instruments THMC50 / Analog Devices ADM1022" depends on I2C |