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