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 AD2S1200
17	tristate "Analog Devices ad2s1200/ad2s1205 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, ad2s1200 and ad2s1205, provides direct access
23	  via sysfs.
24
25	  To compile this driver as a module, choose M here: the
26	  module will be called ad2s1200.
27
28config AD2S1210
29	tristate "Analog Devices ad2s1210 driver"
30	depends on SPI
31	depends on GPIOLIB || COMPILE_TEST
32	help
33	  Say yes here to build support for Analog Devices spi resolver
34	  to digital converters, ad2s1210, provides direct access via sysfs.
35
36	  To compile this driver as a module, choose M here: the
37	  module will be called ad2s1210.
38
39endmenu
40