Jonathan Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Industrial I/O standalone triggers |
| 3 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
Jonathan Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 6 | menu "Triggers - standalone" |
| 7 | |
Jonathan Cameron | c7a8be0 | 2013-06-02 20:00:00 +0100 | [diff] [blame] | 8 | config 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 Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 17 | config IIO_SYSFS_TRIGGER |
| 18 | tristate "SYSFS trigger" |
| 19 | depends on SYSFS |
| 20 | select IRQ_WORK |
| 21 | help |
Peter Meerwald | 93232cd | 2013-06-23 22:28:00 +0100 | [diff] [blame] | 22 | Provides support for using SYSFS entries as IIO triggers. |
Jonathan Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 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 | |
| 28 | endmenu |