0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Resolver/Synchro drivers
0004 #
0005 menu "Resolver to digital converters"
0006
0007 config AD2S90
0008 tristate "Analog Devices ad2s90 driver"
0009 depends on SPI
0010 help
0011 Say yes here to build support for Analog Devices spi resolver
0012 to digital converters, ad2s90, provides direct access via sysfs.
0013
0014 To compile this driver as a module, choose M here: the
0015 module will be called ad2s90.
0016
0017 config AD2S1200
0018 tristate "Analog Devices ad2s1200/ad2s1205 driver"
0019 depends on SPI
0020 depends on GPIOLIB || COMPILE_TEST
0021 help
0022 Say yes here to build support for Analog Devices spi resolver
0023 to digital converters, ad2s1200 and ad2s1205, provides direct access
0024 via sysfs.
0025
0026 To compile this driver as a module, choose M here: the
0027 module will be called ad2s1200.
0028 endmenu