- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.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 endif # IIO_TRIGGER