1#
2# Resolver/Synchro drivers
3#
4menu "Resolver to digital converters"
5
6config AD2S90
7	tristate "Analog Devices ad2s90 driver"
8	depends on SPI
9	help
10	  Say yes here to build support for Analog Devices spi resolver
11	  to digital converters, ad2s90, provides direct access via sysfs.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called ad2s90.
15
16config AD2S1210
17	tristate "Analog Devices ad2s1210 driver"
18	depends on SPI
19	depends on GPIOLIB || COMPILE_TEST
20	help
21	  Say yes here to build support for Analog Devices spi resolver
22	  to digital converters, ad2s1210, provides direct access via sysfs.
23
24	  To compile this driver as a module, choose M here: the
25	  module will be called ad2s1210.
26
27endmenu
28