]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/iio/resolver/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / iio / resolver / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ad28d315
DV
2#
3# Resolver/Synchro drivers
4#
5menu "Resolver to digital converters"
6
9564c7a4
MT
7config AD2S90
8 tristate "Analog Devices ad2s90 driver"
9 depends on SPI
10 help
11 Say yes here to build support for Analog Devices spi resolver
12 to digital converters, ad2s90, provides direct access via sysfs.
13
14 To compile this driver as a module, choose M here: the
15 module will be called ad2s90.
16
ad28d315
DV
17config AD2S1200
18 tristate "Analog Devices ad2s1200/ad2s1205 driver"
19 depends on SPI
20 depends on GPIOLIB || COMPILE_TEST
21 help
22 Say yes here to build support for Analog Devices spi resolver
23 to digital converters, ad2s1200 and ad2s1205, provides direct access
24 via sysfs.
25
26 To compile this driver as a module, choose M here: the
27 module will be called ad2s1200.
28endmenu