Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162483
b: refs/heads/master
c: 1637db4
h: refs/heads/master
i:
  162481: 902803a
  162479: 026fbe0
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent ea4877d commit 339b5b6
Show file tree
Hide file tree
Showing 6 changed files with 580 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 574fb258d63658e4564c32c1940068a3bad666a0
refs/heads/master: 1637db44413e32a0f100dd4bd164644e641842f7
8 changes: 8 additions & 0 deletions trunk/drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ config IIO_RING_BUFFER
Provide core support for various ring buffer based data
acquisition methods.

config IIO_TRIGGER
boolean "Enable triggered sampling support"
help
Provides IIO core support for triggers. Currently these
are used to initialize capture of samples to push into
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"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
obj-$(CONFIG_IIO) += industrialio.o
industrialio-y := industrialio-core.o
industrialio-$(CONFIG_IIO_RING_BUFFER) += industrialio-ring.o
industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o

obj-y += accel/
obj-y += adc/
Expand Down
Loading

0 comments on commit 339b5b6

Please sign in to comment.