Kconfig 493 B

12345678910111213141516171819202122232425
  1. #
  2. # ADC drivers
  3. #
  4. menu "Analog to digital converters"
  5. config AD7266
  6. tristate "Analog Devices AD7265/AD7266 ADC driver"
  7. depends on SPI_MASTER
  8. select IIO_BUFFER
  9. select IIO_TRIGGER
  10. select IIO_TRIGGERED_BUFFER
  11. help
  12. Say yes here to build support for Analog Devices AD7265 and AD7266
  13. ADCs.
  14. config AT91_ADC
  15. tristate "Atmel AT91 ADC"
  16. depends on ARCH_AT91
  17. select IIO_BUFFER
  18. select IIO_TRIGGERED_BUFFER
  19. select SYSFS
  20. help
  21. Say yes here to build support for Atmel AT91 ADC.
  22. endmenu