blob: db7bb879c769b9db7c422bbfd485de34f4e47eaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Industrial I/O standalone triggers
#
# When adding new entries keep the list in alphabetical order
menu "Triggers - standalone"
config IIO_HRTIMER_TRIGGER
tristate "HRTIMER trigger"
select IRQ_WORK
help
Provides support for using HRTIMER entries as IIO triggers.
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-hrtimer.
endmenu
|