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