From 1b791fadf3a1749505b6cf04d4ef58d278ee42cd Mon Sep 17 00:00:00 2001 From: Michael Welling Date: Sun, 15 Jun 2014 22:17:00 +0100 Subject: 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 Signed-off-by: Jonathan Cameron --- drivers/iio/dac/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/iio/dac/Kconfig') diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index f378ca8..f278eff 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 -- cgit v1.1