Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / iio / resolver / Kconfig
1 #
2 # Resolver/Synchro drivers
3 #
4 menu "Resolver to digital converters"
5
6 config 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
16 config AD2S1200
17         tristate "Analog Devices ad2s1200/ad2s1205 driver"
18         depends on SPI
19         depends on GPIOLIB
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
28 config AD2S1210
29         tristate "Analog Devices ad2s1210 driver"
30         depends on SPI
31         depends on GPIOLIB
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
39 endmenu