Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317719
b: refs/heads/master
c: 8ec4cf5
h: refs/heads/master
i:
  317717: d212009
  317715: 3485854
  317711: dfd3c1e
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Jun 30, 2012
1 parent c427431 commit 92b743b
Show file tree
Hide file tree
Showing 5 changed files with 602 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: c1f1a9d48fd18cd380858637fda1c69732547e1f
refs/heads/master: 8ec4cf5303e03941fa5fd91bbb9c85bd4ae88c47
10 changes: 10 additions & 0 deletions trunk/drivers/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
#
menu "Analog to digital converters"

config AD7266
tristate "Analog Devices AD7265/AD7266 ADC driver"
depends on SPI_MASTER
select IIO_BUFFER
select IIO_TRIGGER
select IIO_TRIGGERED_BUFFER
help
Say yes here to build support for Analog Devices AD7265 and AD7266
ADCs.

config AT91_ADC
tristate "Atmel AT91 ADC"
depends on ARCH_AT91
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Makefile for IIO ADC drivers
#

obj-$(CONFIG_AD7266) += ad7266.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o
Loading

0 comments on commit 92b743b

Please sign in to comment.