diff options
| author | Jonathan Cameron <jic23@cam.ac.uk> | 2010-07-29 20:50:49 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-03 04:06:04 +0400 |
| commit | d3bf812e321f2135769b6646f9dc89011a1bb383 (patch) | |
| tree | 2cdaab6c99d314b3834c66989d50f03924bb1af0 | |
| parent | 073e5371e253f80fb41cf915a0abd2f1b0e8d410 (diff) | |
| download | linux-d3bf812e321f2135769b6646f9dc89011a1bb383.tar.xz | |
staging: iio: ring_sw Add select of triggers to avoid build issue.
Currently all drivers that use ring_sw use triggers and I am yet
to see a good reason for any driver not doing so.
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | drivers/staging/iio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig index 569b938c89f9..ed48815a916b 100644 --- a/drivers/staging/iio/Kconfig +++ b/drivers/staging/iio/Kconfig @@ -21,6 +21,7 @@ config IIO_RING_BUFFER if IIO_RING_BUFFER config IIO_SW_RING + select IIO_TRIGGER tristate "Industrial I/O lock free software ring" help Example software ring buffer implementation. The design aim |
