···33#44menu "Triggers - standalone"5566+config IIO_INTERRUPT_TRIGGER77+ tristate "Generic interrupt trigger"88+ help99+ Provides support for using an interrupt of any type as an IIO1010+ trigger. This may be provided by a gpio driver for example.1111+1212+ To compile this driver as a module, choose M here: the1313+ module will be called iio-trig-interrupt.1414+615config IIO_SYSFS_TRIGGER716 tristate "SYSFS trigger"817 depends on SYSFS
+1
drivers/iio/trigger/Makefile
···22# Makefile for triggers not associated with iio-devices33#4455+obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o56obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o
-6
drivers/staging/iio/trigger/Kconfig
···1212 Provides support for using periodic capable real time1313 clocks as IIO triggers.14141515-config IIO_INTERRUPT_TRIGGER1616- tristate "Generic interrupt trigger"1717- help1818- Provides support for using interrupts of various types as IIO1919- triggers. These may be provided by a gpio driver for example.2020-2115config IIO_BFIN_TMR_TRIGGER2216 tristate "Blackfin TIMER trigger"2317 depends on BLACKFIN