You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# ADC drivers
|
|
|
|
#
|
|
|
|
menu "Analog to digital converters"
|
|
|
|
|
|
|
|
config AT91_ADC
|
|
|
|
tristate "Atmel AT91 ADC"
|
|
|
|
depends on ARCH_AT91
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
select SYSFS
|
|
|
|
help
|
|
|
|
Say yes here to build support for Atmel AT91 ADC.
|
|
|
|
|
|
|
|
endmenu
|