Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Industrial I/O standalone triggers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Triggers - standalone"
7
8config IIO_INTERRUPT_TRIGGER
9 tristate "Generic interrupt trigger"
10 help
11 Provides support for using an interrupt of any type as an IIO
12 trigger. This may be provided by a gpio driver for example.
13
14 To compile this driver as a module, choose M here: the
15 module will be called iio-trig-interrupt.
16
17config IIO_SYSFS_TRIGGER
18 tristate "SYSFS trigger"
19 depends on SYSFS
20 select IRQ_WORK
21 help
22 Provides support for using SYSFS entries as IIO triggers.
23 If unsure, say N (but it's safe to say "Y").
24
25 To compile this driver as a module, choose M here: the
26 module will be called iio-trig-sysfs.
27
28endmenu