Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 AD74115
  7. tristate "Analog Devices AD74115H driver"
  8. depends on GPIOLIB && SPI
  9. select CRC8
  10. select IIO_BUFFER
  11. select IIO_TRIGGERED_BUFFER
  12. select REGMAP_SPI
  13. help
  14. Say yes here to build support for Analog Devices AD74115H
  15. single-channel software configurable input/output solution.
  16. To compile this driver as a module, choose M here: the
  17. module will be called ad74115.
  18. config AD74413R
  19. tristate "Analog Devices AD74412R/AD74413R driver"
  20. depends on GPIOLIB && SPI
  21. select REGMAP_SPI
  22. select CRC8
  23. select IIO_BUFFER
  24. select IIO_TRIGGERED_BUFFER
  25. help
  26. Say yes here to build support for Analog Devices AD74412R/AD74413R
  27. quad-channel software configurable input/output solution.
  28. To compile this driver as a module, choose M here: the
  29. module will be called ad74413r.
  30. config STX104
  31. tristate "Apex Embedded Systems STX104 driver"
  32. depends on PC104 && X86
  33. select ISA_BUS_API
  34. select REGMAP_MMIO
  35. select GPIOLIB
  36. select GPIO_REGMAP
  37. select I8254
  38. help
  39. Say yes here to build support for the Apex Embedded Systems STX104
  40. integrated analog PC/104 card.
  41. This driver supports the 16 channels of single-ended (8 channels of
  42. differential) analog inputs, 2 channels of analog output, 4 digital
  43. inputs, and 4 digital outputs provided by the STX104.
  44. The base port addresses for the devices may be configured via the base
  45. array module parameter.
  46. endmenu