Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Counter devices
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Counters"
  6. config 104_QUAD_8
  7. tristate "ACCES 104-QUAD-8 driver"
  8. depends on PC104 && X86
  9. select ISA_BUS_API
  10. help
  11. Say yes here to build support for the ACCES 104-QUAD-8 quadrature
  12. encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).
  13. Performing a write to a counter's IIO_CHAN_INFO_RAW sets the counter and
  14. also clears the counter's respective error flag. Although the counters
  15. have a 25-bit range, only the lower 24 bits may be set, either directly
  16. or via a counter's preset attribute. Interrupts are not supported by
  17. this driver.
  18. The base port addresses for the devices may be configured via the base
  19. array module parameter.
  20. config STM32_LPTIMER_CNT
  21. tristate "STM32 LP Timer encoder counter driver"
  22. depends on MFD_STM32_LPTIMER || COMPILE_TEST
  23. help
  24. Select this option to enable STM32 Low-Power Timer quadrature encoder
  25. and counter driver.
  26. To compile this driver as a module, choose M here: the
  27. module will be called stm32-lptimer-cnt.
  28. endmenu