aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo.dureghello@timesys.com>2022-11-06 17:59:28 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2023-01-21 17:58:59 +0000
commitba56b46d1c6d412ae8c079e67c01a1f7bbd5c079 (patch)
tree49c315d3af070990d35b0c672932df2680ead7cc /drivers/iio/dac/Makefile
parenttools/iio/iio_utils:fix memory leak (diff)
downloadwireguard-linux-ba56b46d1c6d412ae8c079e67c01a1f7bbd5c079.tar.xz
wireguard-linux-ba56b46d1c6d412ae8c079e67c01a1f7bbd5c079.zip
iio: dac: add support for max5522
Add initial support for DAC max5522. Tested writing DAC A and B with some values, from 0 to 1023, measured output voltages, driver works properly. Additions for max5523/24/25 will follow. Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com> Link: https://lore.kernel.org/r/20221106165928.223318-1-angelo.dureghello@timesys.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r--drivers/iio/dac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile
index ec3e42713f00..6c74fea21736 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -38,6 +38,7 @@ obj-$(CONFIG_LTC2632) += ltc2632.o
obj-$(CONFIG_LTC2688) += ltc2688.o
obj-$(CONFIG_M62332) += m62332.o
obj-$(CONFIG_MAX517) += max517.o
+obj-$(CONFIG_MAX5522) += max5522.o
obj-$(CONFIG_MAX5821) += max5821.o
obj-$(CONFIG_MCP4725) += mcp4725.o
obj-$(CONFIG_MCP4922) += mcp4922.o