xref: /linux-6.15/drivers/iio/trigger/Kconfig (revision e64e7d5c)
1#
2# Industrial I/O standalone triggers
3#
4menu "Triggers - standalone"
5
6config IIO_SYSFS_TRIGGER
7	tristate "SYSFS trigger"
8	depends on SYSFS
9	select IRQ_WORK
10	help
11	  Provides support for using SYSFS entry as IIO triggers.
12	  If unsure, say N (but it's safe to say "Y").
13
14	  To compile this driver as a module, choose M here: the
15	  module will be called iio-trig-sysfs.
16
17endmenu
18