2013-04-14 18:54:00 +07:00
|
|
|
#
|
|
|
|
# Industrial I/O standalone triggers
|
|
|
|
#
|
2013-07-15 14:45:00 +07:00
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
2013-04-14 18:54:00 +07:00
|
|
|
menu "Triggers - standalone"
|
|
|
|
|
2013-06-03 02:00:00 +07:00
|
|
|
config IIO_INTERRUPT_TRIGGER
|
|
|
|
tristate "Generic interrupt trigger"
|
|
|
|
help
|
|
|
|
Provides support for using an interrupt of any type as an IIO
|
|
|
|
trigger. This may be provided by a gpio driver for example.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called iio-trig-interrupt.
|
|
|
|
|
2013-04-14 18:54:00 +07:00
|
|
|
config IIO_SYSFS_TRIGGER
|
|
|
|
tristate "SYSFS trigger"
|
|
|
|
depends on SYSFS
|
|
|
|
select IRQ_WORK
|
|
|
|
help
|
2013-06-24 04:28:00 +07:00
|
|
|
Provides support for using SYSFS entries as IIO triggers.
|
2013-04-14 18:54:00 +07:00
|
|
|
If unsure, say N (but it's safe to say "Y").
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called iio-trig-sysfs.
|
|
|
|
|
|
|
|
endmenu
|