diff options
author | Sean Nyekjaer <sean.nyekjaer@prevas.dk> | 2018-05-01 10:15:53 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-05-06 18:49:42 +0100 |
commit | df38a4a72a3b9a67118b6143ddc0bc002f430430 (patch) | |
tree | 3b9125c938db682bf8308cca5a264f436aefff7b /drivers/iio/dac/Kconfig | |
parent | d8b40181464c2c81a1a62ceef798ef9108dd3f39 (diff) | |
download | op-kernel-dev-df38a4a72a3b9a67118b6143ddc0bc002f430430.zip op-kernel-dev-df38a4a72a3b9a67118b6143ddc0bc002f430430.tar.gz |
iio: dac: add TI DAC5571 family support
This patch adds support for the Texas Intruments DAC5571 Family.
Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 3ff8a32..c77c6cf 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -335,6 +335,16 @@ config TI_DAC082S085 If compiled as a module, it will be called ti-dac082s085. +config TI_DAC5571 + tristate "Texas Instruments 8/10/12/16-bit 1/2/4-channel DAC driver" + depends on I2C + help + Driver for the Texas Instruments + DAC5571, DAC6571, DAC7571, DAC5574, DAC6574, DAC7574, DAC5573, + DAC6573, DAC7573, DAC8571, DAC8574. + + If compiled as a module, it will be called ti-dac5571. + config VF610_DAC tristate "Vybrid vf610 DAC driver" depends on OF |