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	select IIO_BUFFER
28	select IIO_TRIGGERED_BUFFER
29	help
30	  Say yes here to build support for Analog Devices AD74412R/AD74413R
31	  quad-channel software configurable input/output solution.
32
33	  To compile this driver as a module, choose M here: the
34	  module will be called ad74413r.
35
36config STX104
37	tristate "Apex Embedded Systems STX104 driver"
38	depends on PC104 && X86
39	select ISA_BUS_API
40	select REGMAP_MMIO
41	select GPIOLIB
42	select GPIO_REGMAP
43	select I8254
44	help
45	  Say yes here to build support for the Apex Embedded Systems STX104
46	  integrated analog PC/104 card.
47
48	  This driver supports the 16 channels of single-ended (8 channels of
49	  differential) analog inputs, 2 channels of analog output, 4 digital
50	  inputs, and 4 digital outputs provided by the STX104.
51
52	  The base port addresses for the devices may be configured via the base
53	  array module parameter.
54
55endmenu
56