Kconfig 379 B

1234567891011121314151617
  1. #
  2. # Industrial I/O standalone triggers
  3. #
  4. menu "Triggers - standalone"
  5. config IIO_SYSFS_TRIGGER
  6. tristate "SYSFS trigger"
  7. depends on SYSFS
  8. select IRQ_WORK
  9. help
  10. Provides support for using SYSFS entry as IIO triggers.
  11. If unsure, say N (but it's safe to say "Y").
  12. To compile this driver as a module, choose M here: the
  13. module will be called iio-trig-sysfs.
  14. endmenu