aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/trigger/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2013-06-02 15:00:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-06-04 13:33:19 -0400
commitc7a8be08da50eb5e30eaa6555079c10b8e23521a (patch)
tree044e07c0aeddc35d77618b64b66a67ed49055453 /drivers/iio/trigger/Kconfig
parent3c1e02dbb3843f5405279aeb0aaa515da2782f85 (diff)
iio:triggers:interrupt trigger - move out of staging.
This is now a very simple trigger indeed but useful in many common cases. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'drivers/iio/trigger/Kconfig')
-rw-r--r--drivers/iio/trigger/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/trigger/Kconfig b/drivers/iio/trigger/Kconfig
index a4e68db2f23f..360fd508b088 100644
--- a/drivers/iio/trigger/Kconfig
+++ b/drivers/iio/trigger/Kconfig
@@ -3,6 +3,15 @@
3# 3#
4menu "Triggers - standalone" 4menu "Triggers - standalone"
5 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
6config IIO_SYSFS_TRIGGER 15config IIO_SYSFS_TRIGGER
7 tristate "SYSFS trigger" 16 tristate "SYSFS trigger"
8 depends on SYSFS 17 depends on SYSFS