brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · de2dee3 Raw
45 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Resolver/Synchro drivers4#5menu "Resolver to digital converters"6 7config AD2S908	tristate "Analog Devices ad2s90 driver"9	depends on SPI10	help11	  Say yes here to build support for Analog Devices spi resolver12	  to digital converters, ad2s90, provides direct access via sysfs.13 14	  To compile this driver as a module, choose M here: the15	  module will be called ad2s90.16 17config AD2S120018	tristate "Analog Devices ad2s1200/ad2s1205 driver"19	depends on SPI20	depends on GPIOLIB || COMPILE_TEST21	help22	  Say yes here to build support for Analog Devices spi resolver23	  to digital converters, ad2s1200 and ad2s1205, provides direct access24	  via sysfs.25 26	  To compile this driver as a module, choose M here: the27	  module will be called ad2s1200.28 29config AD2S121030	tristate "Analog Devices ad2s1210 driver"31	depends on SPI32	depends on COMMON_CLK33	depends on GPIOLIB || COMPILE_TEST34	select REGMAP35	select IIO_BUFFER36	select IIO_TRIGGERED_BUFFER37	help38	  Say yes here to build support for Analog Devices spi resolver39	  to digital converters, ad2s1210, provides direct access via sysfs.40 41	  To compile this driver as a module, choose M here: the42	  module will be called ad2s1210.43 44endmenu45