i2c-eg20t: change timeout value 50msec to 1000msec
[zen-stable.git] / drivers / staging / iio / trigger / Kconfig
blobb8abf5473ddc7413456dc95f1646b51a38f8c2df
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_GPIO_TRIGGER
16         tristate "GPIO trigger"
17         depends on GENERIC_GPIO
18         help
19           Provides support for using GPIO pins as IIO triggers.
21 config IIO_SYSFS_TRIGGER
22         tristate "SYSFS trigger"
23         depends on SYSFS
24         help
25           Provides support for using SYSFS entry as IIO triggers.
26           If unsure, say N (but it's safe to say "Y").
28           To compile this driver as a module, choose M here: the
29           module will be called iio-trig-sysfs.
31 config IIO_BFIN_TMR_TRIGGER
32         tristate "Blackfin TIMER trigger"
33         depends on BLACKFIN
34         select BFIN_GPTIMERS
35         help
36           Provides support for using a Blackfin timer as IIO triggers.
37           If unsure, say N (but it's safe to say "Y").
39           To compile this driver as a module, choose M here: the
40           module will be called iio-trig-bfin-timer.
42 endif # IIO_TRIGGER