aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-03-21 12:59:36 -0400
committerJean Delvare <khali@endymion.delvare>2011-03-21 12:59:36 -0400
commit8c22a8f57516275afcd81c84f3724ac08cf6aa7b (patch)
tree9b3e0770466cf7edcb2d48f483cae79fa82bdfce /drivers/hwmon/Kconfig
parenta98d506c08ffe754fa013c7f70c4d578b991fb4b (diff)
hwmon: Add support for Texas Instruments ADS1015
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 6fad9f082f67..e4bd13b3cd8b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -968,6 +968,16 @@ config SENSORS_SCH5627
968 This driver can also be built as a module. If so, the module 968 This driver can also be built as a module. If so, the module
969 will be called sch5627. 969 will be called sch5627.
970 970
971config SENSORS_ADS1015
972 tristate "Texas Instruments ADS1015"
973 depends on I2C
974 help
975 If you say yes here you get support for Texas Instruments ADS1015
976 12-bit 4-input ADC device.
977
978 This driver can also be built as a module. If so, the module
979 will be called ads1015.
980
971config SENSORS_ADS7828 981config SENSORS_ADS7828
972 tristate "Texas Instruments ADS7828" 982 tristate "Texas Instruments ADS7828"
973 depends on I2C 983 depends on I2C