diff options
| -rw-r--r-- | drivers/staging/iio/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig index b36feb080cba..fa38be0982f9 100644 --- a/drivers/staging/iio/Kconfig +++ b/drivers/staging/iio/Kconfig | |||
| @@ -36,10 +36,11 @@ config IIO_SIMPLE_DUMMY_EVENTS | |||
| 36 | Add some dummy events to the simple dummy driver. | 36 | Add some dummy events to the simple dummy driver. |
| 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 | select IIO_KFIFO_BUF | 40 | select IIO_BUFFER |
| 41 | help | 41 | select IIO_KFIFO_BUF |
| 42 | Add buffered data capture to the simple dummy driver. | 42 | help |
| 43 | Add buffered data capture to the simple dummy driver. | ||
| 43 | 44 | ||
| 44 | endif # IIO_SIMPLE_DUMMY | 45 | endif # IIO_SIMPLE_DUMMY |
| 45 | 46 | ||
