Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.git] / drivers / iio / addac / Kconfig
1 #
2 # ADC DAC drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Analog to digital and digital to analog converters"
7
8 config 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
22 config 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
34 config 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         help
42           Say yes here to build support for the Apex Embedded Systems STX104
43           integrated analog PC/104 card.
44
45           This driver supports the 16 channels of single-ended (8 channels of
46           differential) analog inputs, 2 channels of analog output, 4 digital
47           inputs, and 4 digital outputs provided by the STX104.
48
49           The base port addresses for the devices may be configured via the base
50           array module parameter.
51
52 endmenu