diff options
author | Cristina Moraru <cristina.moraru09@gmail.com> | 2016-05-19 08:55:46 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-05-21 20:13:14 +0100 |
commit | 9a47894fbeda2ab92c6ec57ee359adeaf283b962 (patch) | |
tree | 33077f0983926a43d56d3b9aa0c1c8c56ad6601e /drivers/iio/potentiometer/Kconfig | |
parent | cdd469ad9e008a58ed465efa09f8594f1387e8ce (diff) | |
download | linux-9a47894fbeda2ab92c6ec57ee359adeaf283b962.tar.bz2 |
iio: max5487: Add support for Maxim digital potentiometers
Add implementation for Maxim MAX5487, MAX5488, MAX5489
digital potentiometers.
Datasheet:
http://datasheets.maximintegrated.com/en/ds/MAX5487-MAX5489.pdf
Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
CC: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/potentiometer/Kconfig')
-rw-r--r-- | drivers/iio/potentiometer/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/potentiometer/Kconfig b/drivers/iio/potentiometer/Kconfig index 6acb23810bb4..0941c8d490a0 100644 --- a/drivers/iio/potentiometer/Kconfig +++ b/drivers/iio/potentiometer/Kconfig @@ -15,6 +15,17 @@ config DS1803 To compile this driver as a module, choose M here: the module will be called ds1803. +config MAX5487 + tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver" + depends on SPI + help + Say yes here to build support for the Maxim + MAX5487, MAX5488, MAX5489 digital potentiometer + chips. + + To compile this driver as a module, choose M here: the + module will be called max5487. + config MCP4131 tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver" depends on SPI |