diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-25 01:25:33 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 11:01:04 -0500 |
commit | b4c9c1a7987ef07d8345bf9d19f36d97423b6b25 (patch) | |
tree | 168998980521b3e9ea35de589bcc707b2fdcf8b7 /drivers/hwmon/Kconfig | |
parent | ebf5e87791a97a7b71d5bd52e0382321a56bb12b (diff) |
hwmon: Driver for TI ADC128D818
ADC128D818 is a System Monitor with Temperature Sensor. It is similar to LM80
and LM96080, but has 16 bit wide sensor registers and no fan speed monitoring.
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 8087ed5f5cc5..f288b60a87be 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1277,6 +1277,16 @@ config SENSORS_SMM665 | |||
1277 | This driver can also be built as a module. If so, the module will | 1277 | This driver can also be built as a module. If so, the module will |
1278 | be called smm665. | 1278 | be called smm665. |
1279 | 1279 | ||
1280 | config SENSORS_ADC128D818 | ||
1281 | tristate "Texas Instruments ADC128D818" | ||
1282 | depends on I2C | ||
1283 | help | ||
1284 | If you say yes here you get support for the Texas Instruments | ||
1285 | ADC128D818 System Monitor with Temperature Sensor chip. | ||
1286 | |||
1287 | This driver can also be built as a module. If so, the module | ||
1288 | will be called adc128d818. | ||
1289 | |||
1280 | config SENSORS_ADS1015 | 1290 | config SENSORS_ADS1015 |
1281 | tristate "Texas Instruments ADS1015" | 1291 | tristate "Texas Instruments ADS1015" |
1282 | depends on I2C | 1292 | depends on I2C |