Merge tag 'omap-for-v4.6/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / drivers / iio / trigger / Kconfig
CommitLineData
e64e7d5c
JC
1#
2# Industrial I/O standalone triggers
3#
3edc84e6
LPC
4# When adding new entries keep the list in alphabetical order
5
e64e7d5c
JC
6menu "Triggers - standalone"
7
ac5006a2
DB
8config IIO_HRTIMER_TRIGGER
9 tristate "High resolution timer trigger"
10 depends on IIO_SW_TRIGGER
11 help
12 Provides a frequency based IIO trigger using high resolution
13 timers as interrupt source.
14
15 To compile this driver as a module, choose M here: the
16 module will be called iio-trig-hrtimer.
17
c7a8be08
JC
18config IIO_INTERRUPT_TRIGGER
19 tristate "Generic interrupt trigger"
20 help
21 Provides support for using an interrupt of any type as an IIO
22 trigger. This may be provided by a gpio driver for example.
23
24 To compile this driver as a module, choose M here: the
25 module will be called iio-trig-interrupt.
26
e64e7d5c
JC
27config IIO_SYSFS_TRIGGER
28 tristate "SYSFS trigger"
29 depends on SYSFS
30 select IRQ_WORK
31 help
93232cd5 32 Provides support for using SYSFS entries as IIO triggers.
e64e7d5c
JC
33 If unsure, say N (but it's safe to say "Y").
34
35 To compile this driver as a module, choose M here: the
36 module will be called iio-trig-sysfs.
37
38endmenu
This page took 0.199805 seconds and 5 git commands to generate.