blob: a4e68db2f23f3f51b60bbd4b49d5521144d51e7c [file] [log] [blame]
Jonathan Camerone64e7d52013-04-14 12:54:00 +01001#
2# Industrial I/O standalone triggers
3#
4menu "Triggers - standalone"
5
6config IIO_SYSFS_TRIGGER
7 tristate "SYSFS trigger"
8 depends on SYSFS
9 select IRQ_WORK
10 help
11 Provides support for using SYSFS entry as IIO triggers.
12 If unsure, say N (but it's safe to say "Y").
13
14 To compile this driver as a module, choose M here: the
15 module will be called iio-trig-sysfs.
16
17endmenu