aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/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/Kconfig
parentStaging: IIO: max1363 add software ring buffer support using ring_sw (diff)
downloadlinux-stable-7f3a1fb998e11a45d14556cc17f72d4f8aa89732.tar.xz
linux-stable-7f3a1fb998e11a45d14556cc17f72d4f8aa89732.zip
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/Kconfig')
-rw-r--r--drivers/staging/iio/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig
index 869433f541cf..beb99a547f09 100644
--- a/drivers/staging/iio/Kconfig
+++ b/drivers/staging/iio/Kconfig
@@ -37,8 +37,11 @@ config IIO_TRIGGER
ring buffers. The triggers are effectively a 'capture
data now' interrupt.
+
source "drivers/staging/iio/accel/Kconfig"
source "drivers/staging/iio/adc/Kconfig"
source "drivers/staging/iio/light/Kconfig"
+source "drivers/staging/iio/trigger/Kconfig"
+
endif # IIO