Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268833
b: refs/heads/master
c: 3a84331
h: refs/heads/master
i:
  268831: 14f2b89
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Oct 17, 2011
1 parent b960b03 commit 60fbddf
Show file tree
Hide file tree
Showing 4 changed files with 492 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: 9c95e01e84e31178b9a83b683a501ed76166c259
refs/heads/master: 3a84331db23b4cb4c497ef5aa5f7aea65d936309
8 changes: 8 additions & 0 deletions trunk/drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ source "drivers/staging/iio/meter/Kconfig"
source "drivers/staging/iio/resolver/Kconfig"
source "drivers/staging/iio/trigger/Kconfig"

config IIO_SIMPLE_DUMMY
tristate "An example driver with no hardware requirements"
help
Driver intended mainly as documentation for how to write
a driver. May also be useful for testing userspace code
without hardward.


endif # IIO
2 changes: 2 additions & 0 deletions trunk/drivers/staging/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
obj-$(CONFIG_IIO_SW_RING) += ring_sw.o
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o

obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_simple_dummy.o

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

0 comments on commit 60fbddf

Please sign in to comment.