summaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/Kconfig
diff options
context:
space:
mode:
authorCristina Moraru <cristina.moraru09@gmail.com>2016-05-19 08:55:46 +0300
committerJonathan Cameron <jic23@kernel.org>2016-05-21 20:13:14 +0100
commit9a47894fbeda2ab92c6ec57ee359adeaf283b962 (patch)
tree33077f0983926a43d56d3b9aa0c1c8c56ad6601e /drivers/iio/potentiometer/Kconfig
parentcdd469ad9e008a58ed465efa09f8594f1387e8ce (diff)
downloadblackbird-obmc-linux-9a47894fbeda2ab92c6ec57ee359adeaf283b962.tar.gz
blackbird-obmc-linux-9a47894fbeda2ab92c6ec57ee359adeaf283b962.zip
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/Kconfig11
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
OpenPOWER on IntegriCloud