Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Resolver/Synchro drivers
0004 #
0005 menu "Resolver to digital converters"
0006 
0007 config AD2S1210
0008         tristate "Analog Devices ad2s1210 driver"
0009         depends on SPI
0010         depends on GPIOLIB || COMPILE_TEST
0011         help
0012           Say yes here to build support for Analog Devices spi resolver
0013           to digital converters, ad2s1210, provides direct access via sysfs.
0014 
0015           To compile this driver as a module, choose M here: the
0016           module will be called ad2s1210.
0017 
0018 endmenu