Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (291e45eeeb901b1d22b74ac5ea48cab3c407c705)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Resolver/Synchro drivers
4#
5menu "Resolver to digital converters"
6
7config AD2S90
8 tristate "Analog Devices ad2s90 driver"

--- 11 unchanged lines hidden (view full) ---

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.
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Resolver/Synchro drivers
4#
5menu "Resolver to digital converters"
6
7config AD2S90
8 tristate "Analog Devices ad2s90 driver"

--- 11 unchanged lines hidden (view full) ---

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.
28
29config AD2S1210
30 tristate "Analog Devices ad2s1210 driver"
31 depends on SPI
32 depends on COMMON_CLK
33 depends on GPIOLIB || COMPILE_TEST
34 help
35 Say yes here to build support for Analog Devices spi resolver
36 to digital converters, ad2s1210, provides direct access via sysfs.
37
38 To compile this driver as a module, choose M here: the
39 module will be called ad2s1210.
40
28endmenu
41endmenu