RISCV: config: tizen_visionfive2: Disable JH7110 crypto driver
[platform/kernel/linux-starfive.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         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
36 config 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         help
44           Say yes here to build support for the Apex Embedded Systems STX104
45           integrated analog PC/104 card.
46
47           This driver supports the 16 channels of single-ended (8 channels of
48           differential) analog inputs, 2 channels of analog output, 4 digital
49           inputs, and 4 digital outputs provided by the STX104.
50
51           The base port addresses for the devices may be configured via the base
52           array module parameter.
53
54 endmenu