diff options
author | Ismail H. Kose <Ismail.Kose@maximintegrated.com> | 2017-09-25 12:14:11 -0700 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-10-09 20:49:39 +0100 |
commit | d632a2bd8ffc3541bf300100d6f553e89fd0eb11 (patch) | |
tree | 9a0fe36f1284bca65f87107c53de736e9f222388 /drivers/iio/dac/Makefile | |
parent | b091b9ed1b133455dd46346411dfa7526e889a8f (diff) | |
download | lwn-d632a2bd8ffc3541bf300100d6f553e89fd0eb11.tar.gz lwn-d632a2bd8ffc3541bf300100d6f553e89fd0eb11.zip |
iio: dac: ds4422/ds4424 dac driver
This patch provides an iio device driver for DS4422/DS4424 chips that support
two/four channel 7-bit Sink/Source Current DAC.
Signed-off-by: Ismail H. Kose <Ismail.Kose@maximintegrated.com>
Signed-off-by: Ismail H. Kose <ihkose@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 603587cc2f07..8fe5af231698 100644 --- a/drivers/iio/dac/Makefile +++ b/drivers/iio/dac/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_AD7303) += ad7303.o obj-$(CONFIG_AD8801) += ad8801.o obj-$(CONFIG_CIO_DAC) += cio-dac.o obj-$(CONFIG_DPOT_DAC) += dpot-dac.o +obj-$(CONFIG_DS4424) += ds4424.o obj-$(CONFIG_LPC18XX_DAC) += lpc18xx_dac.o obj-$(CONFIG_LTC2632) += ltc2632.o obj-$(CONFIG_M62332) += m62332.o |