blob: 79996123a71b90d02bf109529db75c91bd78a1b4 [file] [log] [blame]
Jonathan Camerone64e7d52013-04-14 12:54:00 +01001#
2# Industrial I/O standalone triggers
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
Jonathan Camerone64e7d52013-04-14 12:54:00 +01006menu "Triggers - standalone"
7
Jonathan Cameronc7a8be02013-06-02 20:00:00 +01008config 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
Jonathan Camerone64e7d52013-04-14 12:54:00 +010017config IIO_SYSFS_TRIGGER
18 tristate "SYSFS trigger"
19 depends on SYSFS
20 select IRQ_WORK
21 help
Peter Meerwald93232cd2013-06-23 22:28:00 +010022 Provides support for using SYSFS entries as IIO triggers.
Jonathan Camerone64e7d52013-04-14 12:54:00 +010023 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