Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / iio / resolver / Kconfig
blobde2dee3832a1a314ade26b3d2f2db57cefc5eebb
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Resolver/Synchro drivers
5 menu "Resolver to digital converters"
7 config 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.
14           To compile this driver as a module, choose M here: the
15           module will be called ad2s90.
17 config 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.
26           To compile this driver as a module, choose M here: the
27           module will be called ad2s1200.
29 config AD2S1210
30         tristate "Analog Devices ad2s1210 driver"
31         depends on SPI
32         depends on COMMON_CLK
33         depends on GPIOLIB || COMPILE_TEST
34         select REGMAP
35         select IIO_BUFFER
36         select IIO_TRIGGERED_BUFFER
37         help
38           Say yes here to build support for Analog Devices spi resolver
39           to digital converters, ad2s1210, provides direct access via sysfs.
41           To compile this driver as a module, choose M here: the
42           module will be called ad2s1210.
44 endmenu