Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (93fbe91b552194af970256ce72934745d01df435) |
---|---|
1# 2# Industrial I/O standalone triggers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Triggers - standalone" 7 8config IIO_HRTIMER_TRIGGER --- 10 unchanged lines hidden (view full) --- 19 tristate "Generic interrupt trigger" 20 help 21 Provides support for using an interrupt of any type as an IIO 22 trigger. This may be provided by a gpio driver for example. 23 24 To compile this driver as a module, choose M here: the 25 module will be called iio-trig-interrupt. 26 | 1# 2# Industrial I/O standalone triggers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Triggers - standalone" 7 8config IIO_HRTIMER_TRIGGER --- 10 unchanged lines hidden (view full) --- 19 tristate "Generic interrupt trigger" 20 help 21 Provides support for using an interrupt of any type as an IIO 22 trigger. This may be provided by a gpio driver for example. 23 24 To compile this driver as a module, choose M here: the 25 module will be called iio-trig-interrupt. 26 |
27config IIO_STM32_TIMER_TRIGGER 28 tristate "STM32 Timer Trigger" 29 depends on (ARCH_STM32 && OF && MFD_STM32_TIMERS) || COMPILE_TEST 30 help 31 Select this option to enable STM32 Timer Trigger 32 33 To compile this driver as a module, choose M here: the 34 module will be called stm32-timer-trigger. 35 |
|
27config IIO_TIGHTLOOP_TRIGGER 28 tristate "A kthread based hammering loop trigger" 29 depends on IIO_SW_TRIGGER 30 help 31 An experimental trigger, used to allow sensors to be sampled as fast 32 as possible under the limitations of whatever else is going on. 33 Uses a tight loop in a kthread. Will only work with lower half only 34 trigger consumers. --- 16 unchanged lines hidden --- | 36config IIO_TIGHTLOOP_TRIGGER 37 tristate "A kthread based hammering loop trigger" 38 depends on IIO_SW_TRIGGER 39 help 40 An experimental trigger, used to allow sensors to be sampled as fast 41 as possible under the limitations of whatever else is going on. 42 Uses a tight loop in a kthread. Will only work with lower half only 43 trigger consumers. --- 16 unchanged lines hidden --- |