···11+Maxim max5821 DAC device driver22+33+Required properties:44+ - compatible: Must be "maxim,max5821"55+ - reg: Should contain the DAC I2C address66+ - vref-supply: Phandle to the vref power supply77+88+Example:99+1010+ max5821@38 {1111+ compatible = "maxim,max5821";1212+ reg = <0x38>;1313+ vref-supply = <®_max5821>;1414+ };
+8
drivers/iio/dac/Kconfig
···152152 This driver can also be built as a module. If so, the module153153 will be called max517.154154155155+config MAX5821156156+ tristate "Maxim MAX5821 DAC driver"157157+ depends on I2C158158+ depends on OF159159+ help160160+ Say yes here to build support for Maxim MAX5821161161+ 10 bits DAC.162162+155163config MCP4725156164 tristate "MCP4725 DAC driver"157165 depends on I2C