Kconfig 288 B

123456789
  1. config ROTARY_GPIO_CUSTOM
  2. tristate "Custom GPIO-based rotary driver"
  3. depends on GENERIC_GPIO
  4. help
  5. This is a driver to register 1 to 4 custom rotary encoder using
  6. GPIO lines.
  7. This support is also available as a module. If so, the module
  8. will be called rotary-gpio-custom.