]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/staging/iio/resolver/Kconfig
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / iio / resolver / Kconfig
CommitLineData
f46d9f15
GY
1#
2# Resolver/Synchro drivers
3#
0aeac51d 4menu "Resolver to digital converters"
f46d9f15
GY
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.
ffd7a62f 12
97088bb3
RD
13 To compile this driver as a module, choose M here: the
14 module will be called ad2s90.
15
10e4a52b
JC
16config AD2S1200
17 tristate "Analog Devices ad2s1200/ad2s1205 driver"
ffd7a62f 18 depends on SPI
92917664 19 depends on GPIOLIB || COMPILE_TEST
ffd7a62f
GY
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.
817e5c65 24
97088bb3
RD
25 To compile this driver as a module, choose M here: the
26 module will be called ad2s1200.
27
817e5c65
GY
28config AD2S1210
29 tristate "Analog Devices ad2s1210 driver"
30 depends on SPI
92917664 31 depends on GPIOLIB || COMPILE_TEST
817e5c65
GY
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
97088bb3
RD
36 To compile this driver as a module, choose M here: the
37 module will be called ad2s1210.
38
0aeac51d 39endmenu