aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>2012-10-03 16:54:08 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-12-05 13:55:54 -0500
commit0962e0f1a5634b63953db2c12edcff938f9d811d (patch)
tree698edc816261f42f0acd810f8f15a9fa70234e6f /drivers/hwmon/Kconfig
parent46d784629202c5da9be8d727988e7083fb455bf8 (diff)
hwmon: (ads7828) add support for ADS7830
The ADS7830 device is almost the same as the ADS7828, except that it does 8-bit sampling, instead of 12-bit. This patch extends the ads7828 driver to support this chip. Signed-off-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index c4633de64465..9e3d977c106b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1106,11 +1106,12 @@ config SENSORS_ADS1015
1106 will be called ads1015. 1106 will be called ads1015.
1107 1107
1108config SENSORS_ADS7828 1108config SENSORS_ADS7828
1109 tristate "Texas Instruments ADS7828" 1109 tristate "Texas Instruments ADS7828 and compatibles"
1110 depends on I2C 1110 depends on I2C
1111 help 1111 help
1112 If you say yes here you get support for Texas Instruments ADS7828 1112 If you say yes here you get support for Texas Instruments ADS7828 and
1113 12-bit 8-channel ADC device. 1113 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
1114 it is 8-bit on ADS7830.
1114 1115
1115 This driver can also be built as a module. If so, the module 1116 This driver can also be built as a module. If so, the module
1116 will be called ads7828. 1117 will be called ads7828.