Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # ADC DAC drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Analog to digital and digital to analog converters"
  6. config AD74413R
  7. tristate "Analog Devices AD74412R/AD74413R driver"
  8. depends on GPIOLIB && SPI
  9. select REGMAP_SPI
  10. select CRC8
  11. select IIO_BUFFER
  12. select IIO_TRIGGERED_BUFFER
  13. help
  14. Say yes here to build support for Analog Devices AD74412R/AD74413R
  15. quad-channel software configurable input/output solution.
  16. To compile this driver as a module, choose M here: the
  17. module will be called ad74413r.
  18. config STX104
  19. tristate "Apex Embedded Systems STX104 driver"
  20. depends on PC104 && X86
  21. select ISA_BUS_API
  22. select GPIOLIB
  23. help
  24. Say yes here to build support for the Apex Embedded Systems STX104
  25. integrated analog PC/104 card.
  26. This driver supports the 16 channels of single-ended (8 channels of
  27. differential) analog inputs, 2 channels of analog output, 4 digital
  28. inputs, and 4 digital outputs provided by the STX104.
  29. The base port addresses for the devices may be configured via the base
  30. array module parameter.
  31. endmenu