xref: /openbmc/linux/drivers/iio/trigger/Kconfig (revision 078a55fc)
1#
2# Industrial I/O standalone triggers
3#
4menu "Triggers - standalone"
5
6config IIO_INTERRUPT_TRIGGER
7	tristate "Generic interrupt trigger"
8	help
9	  Provides support for using an interrupt of any type as an IIO
10	  trigger.  This may be provided by a gpio driver for example.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called iio-trig-interrupt.
14
15config IIO_SYSFS_TRIGGER
16	tristate "SYSFS trigger"
17	depends on SYSFS
18	select IRQ_WORK
19	help
20	  Provides support for using SYSFS entry as IIO triggers.
21	  If unsure, say N (but it's safe to say "Y").
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called iio-trig-sysfs.
25
26endmenu
27