staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFER

An obviously missing 'select' statement, without this we
get a link error

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Arnd Bergmann 2014-05-06 21:48:00 +01:00 коммит произвёл Jonathan Cameron
Родитель e0326be0cd
Коммит 6d4eed9e8e
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -36,10 +36,11 @@ config IIO_SIMPLE_DUMMY_EVENTS
Add some dummy events to the simple dummy driver.
config IIO_SIMPLE_DUMMY_BUFFER
boolean "Buffered capture support"
select IIO_KFIFO_BUF
help
Add buffered data capture to the simple dummy driver.
boolean "Buffered capture support"
select IIO_BUFFER
select IIO_KFIFO_BUF
help
Add buffered data capture to the simple dummy driver.
endif # IIO_SIMPLE_DUMMY