Kconfig (d3f1c3f31d66add94971e7aa550a8fbca5cc9151) | Kconfig (c7a8be08da50eb5e30eaa6555079c10b8e23521a) |
---|---|
1# 2# Industrial I/O standalone triggers 3# 4menu "Triggers - standalone" 5 | 1# 2# Industrial I/O standalone triggers 3# 4menu "Triggers - standalone" 5 |
6config 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 |
|
6config IIO_SYSFS_TRIGGER 7 tristate "SYSFS trigger" 8 depends on SYSFS 9 select IRQ_WORK 10 help 11 Provides support for using SYSFS entry as IIO triggers. 12 If unsure, say N (but it's safe to say "Y"). 13 14 To compile this driver as a module, choose M here: the 15 module will be called iio-trig-sysfs. 16 17endmenu | 15config 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 |