From d3bf812e321f2135769b6646f9dc89011a1bb383 Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Thu, 29 Jul 2010 17:50:49 +0100 Subject: [PATCH 493/524] 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 Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- 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 569b938..ed48815 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 -- 1.7.1