diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-06-11 18:56:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-06-11 21:25:58 +0200 |
commit | f83478240e742efe1103110c28d48cc2b4dcee5c (patch) | |
tree | 0a44961fa6e7c54e2d08610a2137d2d04e0ba21d /drivers/iio/dac/Makefile | |
parent | iio: frequency: adf4350: Add support for dt bindings (diff) | |
download | linux-f83478240e742efe1103110c28d48cc2b4dcee5c.tar.xz linux-f83478240e742efe1103110c28d48cc2b4dcee5c.zip |
iio:dac: Add support for the AD7303
This patch adds support for the AD7303. The AD7303 is a simple 2 channel 8 bit
DAC with an SPI interface.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r-- | drivers/iio/dac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile index 5b528ebb3343..c8d7ab6bff01 100644 --- a/drivers/iio/dac/Makefile +++ b/drivers/iio/dac/Makefile @@ -14,5 +14,6 @@ obj-$(CONFIG_AD5755) += ad5755.o obj-$(CONFIG_AD5764) += ad5764.o obj-$(CONFIG_AD5791) += ad5791.o obj-$(CONFIG_AD5686) += ad5686.o +obj-$(CONFIG_AD7303) += ad7303.o obj-$(CONFIG_MAX517) += max517.o obj-$(CONFIG_MCP4725) += mcp4725.o |