First Support on Ginger and OMAP TI
[linux-ginger.git] / drivers / staging / iio / trigger / Kconfig
blobfdd9301271a437177b55ea998f9148fc1694950d
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 endif # IIO_TRIGGER