summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 18:06:30 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:25 -0700
commit7f3a1fb998e11a45d14556cc17f72d4f8aa89732 (patch)
tree7dbaa9c7e716a62cf0ea0ab8fe5a3d020d4c6e44 /drivers/staging/iio/trigger/Kconfig
parent0a1231dfea57516fb6cf107afdfb625a11a1cc5e (diff)
downloadlinux-7f3a1fb998e11a45d14556cc17f72d4f8aa89732.tar.bz2
Staging: IIO: Periodic timer based trigger
The original posting of this driver led to a discussion in which it was commented that a better system was needed for dealing with the many possible periodic interrupt sources available on some SoCs. Unfortunately that is a big task and as far as I know, no-one has taken it on as yet. So in the meantime this driver is still in here. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/trigger/Kconfig')
-rw-r--r--drivers/staging/iio/trigger/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/iio/trigger/Kconfig b/drivers/staging/iio/trigger/Kconfig
new file mode 100644
index 000000000000..05ed139e1535
--- /dev/null
+++ b/drivers/staging/iio/trigger/Kconfig
@@ -0,0 +1,15 @@
+#
+# Industrial I/O standalone triggers
+#
+comment "Triggers - standalone"
+
+if IIO_TRIGGER
+
+config IIO_PERIODIC_RTC_TRIGGER
+ tristate "Periodic RTC triggers"
+ depends on RTC_CLASS
+ help
+ Provides support for using periodic capable real time
+ clocks as IIO triggers.
+
+endif # IIO_TRIGGER