Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[pandora-kernel.git] / 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 config IIO_GPIO_TRIGGER
16         tristate "GPIO trigger"
17         depends on GENERIC_GPIO
18         help
19           Provides support for using GPIO pins as IIO triggers.
20
21 config IIO_SYSFS_TRIGGER
22         tristate "SYSFS trigger"
23         depends on SYSFS
24         select IRQ_WORK
25         help
26           Provides support for using SYSFS entry as IIO triggers.
27           If unsure, say N (but it's safe to say "Y").
28
29           To compile this driver as a module, choose M here: the
30           module will be called iio-trig-sysfs.
31
32 config IIO_BFIN_TMR_TRIGGER
33         tristate "Blackfin TIMER trigger"
34         depends on BLACKFIN
35         select BFIN_GPTIMERS
36         help
37           Provides support for using a Blackfin timer as IIO triggers.
38           If unsure, say N (but it's safe to say "Y").
39
40           To compile this driver as a module, choose M here: the
41           module will be called iio-trig-bfin-timer.
42
43 endif # IIO_TRIGGER