diff options
| -rw-r--r-- | drivers/staging/iio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig index db4d6dc03243..b36feb080cba 100644 --- a/drivers/staging/iio/Kconfig +++ b/drivers/staging/iio/Kconfig | |||
| @@ -37,7 +37,7 @@ config IIO_SIMPLE_DUMMY_EVENTS | |||
| 37 | 37 | ||
| 38 | config IIO_SIMPLE_DUMMY_BUFFER | 38 | config IIO_SIMPLE_DUMMY_BUFFER |
| 39 | boolean "Buffered capture support" | 39 | boolean "Buffered capture support" |
| 40 | depends on IIO_KFIFO_BUF | 40 | select IIO_KFIFO_BUF |
| 41 | help | 41 | help |
| 42 | Add buffered data capture to the simple dummy driver. | 42 | Add buffered data capture to the simple dummy driver. |
| 43 | 43 | ||
