brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 16876b8 Raw
56 lines · plain
1#2# ADC DAC drivers3#4# When adding new entries keep the list in alphabetical order5 6menu "Analog to digital and digital to analog converters"7 8config AD741159	tristate "Analog Devices AD74115H driver"10	depends on GPIOLIB && SPI11	select CRC812	select IIO_BUFFER13	select IIO_TRIGGERED_BUFFER14	select REGMAP_SPI15	help16	  Say yes here to build support for Analog Devices AD74115H17	  single-channel software configurable input/output solution.18 19	  To compile this driver as a module, choose M here: the20	  module will be called ad74115.21 22config AD74413R23	tristate "Analog Devices AD74412R/AD74413R driver"24	depends on GPIOLIB && SPI25	select REGMAP_SPI26	select CRC827	select IIO_BUFFER28	select IIO_TRIGGERED_BUFFER29	help30	  Say yes here to build support for Analog Devices AD74412R/AD74413R31	  quad-channel software configurable input/output solution.32 33	  To compile this driver as a module, choose M here: the34	  module will be called ad74413r.35 36config STX10437	tristate "Apex Embedded Systems STX104 driver"38	depends on PC104 && X8639	select ISA_BUS_API40	select REGMAP_MMIO41	select GPIOLIB42	select GPIO_REGMAP43	select I825444	help45	  Say yes here to build support for the Apex Embedded Systems STX10446	  integrated analog PC/104 card.47 48	  This driver supports the 16 channels of single-ended (8 channels of49	  differential) analog inputs, 2 channels of analog output, 4 digital50	  inputs, and 4 digital outputs provided by the STX104.51 52	  The base port addresses for the devices may be configured via the base53	  array module parameter.54 55endmenu56