From: Jonathan Cameron Date: Thu, 29 Jul 2010 16:50:49 +0000 (+0100) Subject: staging: iio: ring_sw Add select of triggers to avoid build issue. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d3bf812e321f2135769b6646f9dc89011a1bb383;p=deliverable%2Flinux.git 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 --- 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