Skip to content

Commit

Permalink
Merge branch 'togreg' of git://git.kernel.org/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/jic23/iio into staging-next
  • Loading branch information
Greg Kroah-Hartman committed Jul 6, 2012
2 parents b600c5b + cf82cb8 commit c01ef02
Show file tree
Hide file tree
Showing 19 changed files with 843 additions and 317 deletions.
10 changes: 10 additions & 0 deletions 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 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 c01ef02

Please sign in to comment.