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:
parent
e0326be0cd
commit
6d4eed9e8e
|
@ -36,10 +36,11 @@ config IIO_SIMPLE_DUMMY_EVENTS
|
||||||
Add some dummy events to the simple dummy driver.
|
Add some dummy events to the simple dummy driver.
|
||||||
|
|
||||||
config IIO_SIMPLE_DUMMY_BUFFER
|
config IIO_SIMPLE_DUMMY_BUFFER
|
||||||
boolean "Buffered capture support"
|
boolean "Buffered capture support"
|
||||||
select IIO_KFIFO_BUF
|
select IIO_BUFFER
|
||||||
help
|
select IIO_KFIFO_BUF
|
||||||
Add buffered data capture to the simple dummy driver.
|
help
|
||||||
|
Add buffered data capture to the simple dummy driver.
|
||||||
|
|
||||||
endif # IIO_SIMPLE_DUMMY
|
endif # IIO_SIMPLE_DUMMY
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue