diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2015-05-14 17:21:16 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-05-17 11:37:45 +0300 |
commit | b87b0c0f81e8d11c881b726b886b7502ab67d884 (patch) | |
tree | 7de8a11229b47216e05fac441d11e71096877cc3 /drivers/iio/dac/Makefile | |
parent | c06cee8d0865b7478484d9472155d8df83a10c06 (diff) | |
download | linux-b87b0c0f81e8d11c881b726b886b7502ab67d884.tar.xz |
iio: add m62332 DAC driver
m62332 is a simple 2-channel DAC used on several Sharp Zaurus boards to
control LCD voltage, backlight and sound. The driver use regulators to
control the reference voltage and enabling/disabling the DAC.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
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 52be7e1acf16..63ae05633e0c 100644 --- a/drivers/iio/dac/Makefile +++ b/drivers/iio/dac/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_AD5764) += ad5764.o obj-$(CONFIG_AD5791) += ad5791.o obj-$(CONFIG_AD5686) += ad5686.o obj-$(CONFIG_AD7303) += ad7303.o +obj-$(CONFIG_M62332) += m62332.o obj-$(CONFIG_MAX517) += max517.o obj-$(CONFIG_MAX5821) += max5821.o obj-$(CONFIG_MCP4725) += mcp4725.o |