Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
[linux-2.6.git] / drivers / staging / iio / trigger / Kconfig
blob2fd18c60323debb72b5f19e2342ca3c7991671c6
2 # Industrial I/O standalone triggers
4 comment "Triggers - standalone"
6 if IIO_TRIGGER
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.
15 config IIO_BFIN_TMR_TRIGGER
16         tristate "Blackfin TIMER trigger"
17         depends on BLACKFIN
18         select BFIN_GPTIMERS
19         help
20           Provides support for using a Blackfin timer as IIO triggers.
21           If unsure, say N (but it's safe to say "Y").
23           To compile this driver as a module, choose M here: the
24           module will be called iio-trig-bfin-timer.
26 endif # IIO_TRIGGER