Jonathan Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Industrial I/O standalone triggers |
| 3 | # |
| 4 | menu "Triggers - standalone" |
| 5 | |
Jonathan Cameron | c7a8be0 | 2013-06-02 20:00:00 +0100 | [diff] [blame^] | 6 | config 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 Cameron | e64e7d5 | 2013-04-14 12:54:00 +0100 | [diff] [blame] | 15 | config 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 | |
| 26 | endmenu |