diff options
author | Evgeniy Dushistov <dushistov@mail.ru> | 2013-08-01 23:23:48 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-08-11 22:10:40 -0700 |
commit | 60c1f31fc5dfdbef388f47739e14c3cd85ad17e2 (patch) | |
tree | e6ef15e9bc3be1a3cb9e264e350261ec5a472525 /drivers/hwmon/Kconfig | |
parent | e3b20b3f586604cde718a609b39577086351ed49 (diff) |
hwmon: (ads1015) Add support for ADS1115
This patch adds support for ads1115 device to ads1015 driver.
Based on work of Emiliano Carnati <carnatiatebneuro.com>.
Tested on ARM CPU based board.
Signed-off-by: Evgeniy A. Dushistov <dushistov@mail.ru>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e989f7fd645b..47b3e5821cb8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1202,8 +1202,8 @@ 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. + If you say yes here you get support for Texas Instruments + ADS1015/ADS1115 12/16-bit 4-input ADC device. This driver can also be built as a module. If so, the module will be called ads1015. |