diff options
author | Dirk Eibach <eibach@gdsys.de> | 2011-03-21 16:59:36 (GMT) |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-03-21 16:59:36 (GMT) |
commit | 8c22a8f57516275afcd81c84f3724ac08cf6aa7b (patch) | |
tree | 9b3e0770466cf7edcb2d48f483cae79fa82bdfce /drivers/hwmon/Kconfig | |
parent | a98d506c08ffe754fa013c7f70c4d578b991fb4b (diff) | |
download | linux-fsl-qoriq-8c22a8f57516275afcd81c84f3724ac08cf6aa7b.tar.xz |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6fad9f0..e4bd13b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -968,6 +968,16 @@ config SENSORS_SCH5627 This driver can also be built as a module. If so, the module will be called sch5627. +config SENSORS_ADS1015 + tristate "Texas Instruments ADS1015" + depends on I2C + help + If you say yes here you get support for Texas Instruments ADS1015 + 12-bit 4-input ADC device. + + This driver can also be built as a module. If so, the module + will be called ads1015. + config SENSORS_ADS7828 tristate "Texas Instruments ADS7828" depends on I2C |