blob: 360fd508b088c7ea2105370c1cdcf6e8b614ad8c [file] [log] [blame]
Jonathan Camerone64e7d52013-04-14 12:54:00 +01001#
2# Industrial I/O standalone triggers
3#
4menu "Triggers - standalone"
5
Jonathan Cameronc7a8be02013-06-02 20:00:00 +01006config IIO_INTERRUPT_TRIGGER
7 tristate "Generic interrupt trigger"
8 help
9 Provides support for using an interrupt of any type as an IIO
10 trigger. This may be provided by a gpio driver for example.
11
12 To compile this driver as a module, choose M here: the
13 module will be called iio-trig-interrupt.
14
Jonathan Camerone64e7d52013-04-14 12:54:00 +010015config IIO_SYSFS_TRIGGER
16 tristate "SYSFS trigger"
17 depends on SYSFS
18 select IRQ_WORK
19 help
20 Provides support for using SYSFS entry as IIO triggers.
21 If unsure, say N (but it's safe to say "Y").
22
23 To compile this driver as a module, choose M here: the
24 module will be called iio-trig-sysfs.
25
26endmenu