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 09:37:45 +0100 |
commit | b87b0c0f81e8d11c881b726b886b7502ab67d884 (patch) | |
tree | 7de8a11229b47216e05fac441d11e71096877cc3 /drivers/iio/dac/Kconfig | |
parent | c06cee8d0865b7478484d9472155d8df83a10c06 (diff) | |
download | op-kernel-dev-b87b0c0f81e8d11c881b726b886b7502ab67d884.zip op-kernel-dev-b87b0c0f81e8d11c881b726b886b7502ab67d884.tar.gz |
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/Kconfig')
-rw-r--r-- | drivers/iio/dac/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index 13471a7..e701e28 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -142,6 +142,16 @@ config AD7303 To compile this driver as module choose M here: the module will be called ad7303. +config M62332 + tristate "Mitsubishi M62332 DAC driver" + depends on I2C + help + If you say yes here you get support for the Mitsubishi M62332 + (I2C 8-Bit DACs with rail-to-rail outputs). + + This driver can also be built as a module. If so, the module + will be called m62332. + config MAX517 tristate "Maxim MAX517/518/519/520/521 DAC driver" depends on I2C |