1# 2# Resolver/Synchro drivers 3# 4menu "Resolver to digital converters" 5 6config AD2S1200 7 tristate "Analog Devices ad2s1200/ad2s1205 driver" 8 depends on SPI 9 depends on GPIOLIB || COMPILE_TEST 10 help 11 Say yes here to build support for Analog Devices spi resolver 12 to digital converters, ad2s1200 and ad2s1205, provides direct access 13 via sysfs. 14 15 To compile this driver as a module, choose M here: the 16 module will be called ad2s1200. 17endmenu 18