summaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/Kconfig
diff options
context:
space:
mode:
authorJagath Jog J <jagathjog1996@gmail.com>2022-02-23 22:05:24 +0530
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-02-26 18:39:27 +0000
commit73c169857c1294ce08ece597278003b795881eb1 (patch)
tree256cb5d11d50cc769a45804fc739d19f6fd1fcba /drivers/iio/potentiometer/Kconfig
parent9b68725e90e44fdf54dd8838fb8105d1086b0211 (diff)
downloadlinux-stable-73c169857c1294ce08ece597278003b795881eb1.tar.gz
linux-stable-73c169857c1294ce08ece597278003b795881eb1.tar.bz2
linux-stable-73c169857c1294ce08ece597278003b795881eb1.zip
iio: potentiometer: ds1803: Add support for Maxim DS3502
The DS3502 is a 7-bit, nonvolatile digital potentiometer featuring an output voltage range of up to 15.5V. DS3502 support is added into existing DS1803 driver. Datasheet: https://datasheets.maximintegrated.com/en/ds/DS3502.pdf Signed-off-by: Jagath Jog J <jagathjog1996@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20220223163525.13399-7-jagathjog1996@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/potentiometer/Kconfig')
-rw-r--r--drivers/iio/potentiometer/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/potentiometer/Kconfig b/drivers/iio/potentiometer/Kconfig
index 832df8da2bc6..01dd3f858d99 100644
--- a/drivers/iio/potentiometer/Kconfig
+++ b/drivers/iio/potentiometer/Kconfig
@@ -27,11 +27,11 @@ config AD5272
module will be called ad5272.
config DS1803
- tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
+ tristate "Maxim Integrated DS1803 and similar Digital Potentiometer driver"
depends on I2C
help
- Say yes here to build support for the Maxim Integrated DS1803
- digital potentiometer chip.
+ Say yes here to build support for the Maxim Integrated DS1803 and
+ DS3502 digital potentiometer chip.
To compile this driver as a module, choose M here: the
module will be called ds1803.