]> Pileus Git - ~andy/linux/blob - drivers/iio/adc/Kconfig
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[~andy/linux] / drivers / iio / adc / Kconfig
1 #
2 # ADC drivers
3 #
4 menu "Analog to digital converters"
5
6 config AT91_ADC
7         tristate "Atmel AT91 ADC"
8         depends on ARCH_AT91
9         select IIO_BUFFER
10         select IIO_KFIFO_BUF
11         select IIO_TRIGGER
12         select SYSFS
13         help
14           Say yes here to build support for Atmel AT91 ADC.
15
16 endmenu