Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281241
b: refs/heads/master
c: c03f2c5
h: refs/heads/master
i:
  281239: d39d017
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent 6f28a49 commit d8df19f
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68b14d7ea956770818cf21f4e6ed9ca535b4056c
refs/heads/master: c03f2c5368183687660b1d39350a153aeb8a1a6a
13 changes: 13 additions & 0 deletions trunk/drivers/staging/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ config AD5360
To compile this driver as module choose M here: the module will be called
ad5360.

config AD5380
tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
depends on (SPI_MASTER || I2C)
select REGMAP_I2C if I2C
select REGMAP_SPI if SPI_MASTER
help
Say yes here to build support for Analog Devices AD5380, AD5381,
AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
Digital to Analog Converters (DAC).

To compile this driver as module choose M here: the module will be called
ad5380.

config AD5421
tristate "Analog Devices AD5421 DAC driver"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/dac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

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
Expand Down
Loading

0 comments on commit d8df19f

Please sign in to comment.