c499d029d8
This patch adds support for the AD5755, AD5755-1, AD5757, AD5735, AD5737 16 and 14 bit quad-channel DACs. The AD5757/AD5737 only have current outputs, but for the AD5755/AD5757 each of the outputs can be configured to either be a voltage or a current output. We only allow to configure this at device probe time since usually this needs to match the external circuitry and should not be changed on the fly. A few trivial formatting changes on merge. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
17 lines
488 B
Makefile
17 lines
488 B
Makefile
#
|
|
# Makefile for industrial I/O DAC drivers
|
|
#
|
|
|
|
obj-$(CONFIG_AD5360) += ad5360.o
|
|
obj-$(CONFIG_AD5380) += ad5380.o
|
|
obj-$(CONFIG_AD5421) += ad5421.o
|
|
obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o
|
|
obj-$(CONFIG_AD5064) += ad5064.o
|
|
obj-$(CONFIG_AD5504) += ad5504.o
|
|
obj-$(CONFIG_AD5446) += ad5446.o
|
|
obj-$(CONFIG_AD5755) += ad5755.o
|
|
obj-$(CONFIG_AD5764) += ad5764.o
|
|
obj-$(CONFIG_AD5791) += ad5791.o
|
|
obj-$(CONFIG_AD5686) += ad5686.o
|
|
obj-$(CONFIG_MAX517) += max517.o
|
|
obj-$(CONFIG_MCP4725) += mcp4725.o
|