Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / iio / trigger / Kconfig
1   #
2 # Industrial I/O standalone triggers
3 #
4 comment "Triggers - standalone"
5
6 if IIO_TRIGGER
7
8 config IIO_PERIODIC_RTC_TRIGGER
9         tristate "Periodic RTC triggers"
10         depends on RTC_CLASS
11         help
12           Provides support for using periodic capable real time
13           clocks as IIO triggers.
14
15           To compile this driver as a module, choose M here: the
16           module will be called iio-trig-periodic-rtc.
17
18 config IIO_BFIN_TMR_TRIGGER
19         tristate "Blackfin TIMER trigger"
20         depends on BLACKFIN
21         select BFIN_GPTIMERS
22         help
23           Provides support for using a Blackfin timer as IIO triggers.
24           If unsure, say N (but it's safe to say "Y").
25
26           To compile this driver as a module, choose M here: the
27           module will be called iio-trig-bfin-timer.
28
29 endif # IIO_TRIGGER