162306a36Sopenharmony_ci# 262306a36Sopenharmony_ci# ADC DAC drivers 362306a36Sopenharmony_ci# 462306a36Sopenharmony_ci# When adding new entries keep the list in alphabetical order 562306a36Sopenharmony_ci 662306a36Sopenharmony_cimenu "Analog to digital and digital to analog converters" 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciconfig AD74115 962306a36Sopenharmony_ci tristate "Analog Devices AD74115H driver" 1062306a36Sopenharmony_ci depends on GPIOLIB && SPI 1162306a36Sopenharmony_ci select CRC8 1262306a36Sopenharmony_ci select IIO_BUFFER 1362306a36Sopenharmony_ci select IIO_TRIGGERED_BUFFER 1462306a36Sopenharmony_ci select REGMAP_SPI 1562306a36Sopenharmony_ci help 1662306a36Sopenharmony_ci Say yes here to build support for Analog Devices AD74115H 1762306a36Sopenharmony_ci single-channel software configurable input/output solution. 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 2062306a36Sopenharmony_ci module will be called ad74115. 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciconfig AD74413R 2362306a36Sopenharmony_ci tristate "Analog Devices AD74412R/AD74413R driver" 2462306a36Sopenharmony_ci depends on GPIOLIB && SPI 2562306a36Sopenharmony_ci select REGMAP_SPI 2662306a36Sopenharmony_ci select CRC8 2762306a36Sopenharmony_ci select IIO_BUFFER 2862306a36Sopenharmony_ci select IIO_TRIGGERED_BUFFER 2962306a36Sopenharmony_ci help 3062306a36Sopenharmony_ci Say yes here to build support for Analog Devices AD74412R/AD74413R 3162306a36Sopenharmony_ci quad-channel software configurable input/output solution. 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 3462306a36Sopenharmony_ci module will be called ad74413r. 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ciconfig STX104 3762306a36Sopenharmony_ci tristate "Apex Embedded Systems STX104 driver" 3862306a36Sopenharmony_ci depends on PC104 && X86 3962306a36Sopenharmony_ci select ISA_BUS_API 4062306a36Sopenharmony_ci select REGMAP_MMIO 4162306a36Sopenharmony_ci select GPIOLIB 4262306a36Sopenharmony_ci select GPIO_REGMAP 4362306a36Sopenharmony_ci help 4462306a36Sopenharmony_ci Say yes here to build support for the Apex Embedded Systems STX104 4562306a36Sopenharmony_ci integrated analog PC/104 card. 4662306a36Sopenharmony_ci 4762306a36Sopenharmony_ci This driver supports the 16 channels of single-ended (8 channels of 4862306a36Sopenharmony_ci differential) analog inputs, 2 channels of analog output, 4 digital 4962306a36Sopenharmony_ci inputs, and 4 digital outputs provided by the STX104. 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ci The base port addresses for the devices may be configured via the base 5262306a36Sopenharmony_ci array module parameter. 5362306a36Sopenharmony_ci 5462306a36Sopenharmony_ciendmenu 55