Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162481
b: refs/heads/master
c: 7026ea4
h: refs/heads/master
i:
  162479: 026fbe0
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent c9668dc commit 902803a
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e435bc191f6a224192b548bed8cb1893b64e7df2
refs/heads/master: 7026ea4b52cf23a76507b5bddc92f394603c689e
6 changes: 6 additions & 0 deletions trunk/drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ menuconfig IIO
Documentation/industrialio for more information.
if IIO

config IIO_RING_BUFFER
bool "Enable ring buffer support within IIO"
help
Provide core support for various ring buffer based data
acquisition methods.

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 @@ -4,6 +4,7 @@

obj-$(CONFIG_IIO) += industrialio.o
industrialio-y := industrialio-core.o
industrialio-$(CONFIG_IIO_RING_BUFFER) += industrialio-ring.o

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

0 comments on commit 902803a

Please sign in to comment.