summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Kconfig
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2014-06-15 23:17:00 +0200
committerJonathan Cameron <jic23@kernel.org>2014-06-21 12:50:33 +0200
commit1b791fadf3a1749505b6cf04d4ef58d278ee42cd (patch)
treeaf63cad51aa634154c39d0924b1932247a73f68e /drivers/iio/dac/Kconfig
parentiio: accel: kxcjk1013 Fix missing unlock errors (diff)
downloadlinux-1b791fadf3a1749505b6cf04d4ef58d278ee42cd.tar.xz
linux-1b791fadf3a1749505b6cf04d4ef58d278ee42cd.zip
iio: dac: mcp4902/mcp4912/mcp4922 dac driver
This patch provides an iio device driver for the Microchip MCP49x2 series DACs. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Kconfig')
-rw-r--r--drivers/iio/dac/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index f378ca8033db..f278eff42a4c 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -163,4 +163,14 @@ config MCP4725
To compile this driver as a module, choose M here: the module
will be called mcp4725.
+config MCP4922
+ tristate "MCP4902, MCP4912, MCP4922 DAC driver"
+ depends on SPI
+ help
+ Say yes here to build the driver for the Microchip MCP4902
+ MCP4912, and MCP4922 DAC devices.
+
+ To compile this driver as a module, choose M here: the module
+ will be called mcp4922.
+
endmenu