mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-12 19:46:09 +07:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
|
#
|
||
|
# ADC drivers
|
||
|
#
|
||
|
menu "Analog to digital converters"
|
||
|
|
||
|
config AT91_ADC
|
||
|
tristate "Atmel AT91 ADC"
|
||
|
depends on ARCH_AT91
|
||
|
select IIO_BUFFER
|
||
|
select IIO_KFIFO_BUF
|
||
|
select IIO_TRIGGER
|
||
|
select SYSFS
|
||
|
help
|
||
|
Say yes here to build support for Atmel AT91 ADC.
|
||
|
|
||
|
endmenu
|