Kconfig 449 B

1234567891011121314151617
  1. #
  2. # Resolver/Synchro drivers
  3. #
  4. menu "Resolver to digital converters"
  5. config AD2S1200
  6. tristate "Analog Devices ad2s1200/ad2s1205 driver"
  7. depends on SPI
  8. depends on GPIOLIB || COMPILE_TEST
  9. help
  10. Say yes here to build support for Analog Devices spi resolver
  11. to digital converters, ad2s1200 and ad2s1205, provides direct access
  12. via sysfs.
  13. To compile this driver as a module, choose M here: the
  14. module will be called ad2s1200.
  15. endmenu