Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d4eed9e authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Cameron
Browse files

staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFER



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

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e0326be0
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ config IIO_SIMPLE_DUMMY_EVENTS

config IIO_SIMPLE_DUMMY_BUFFER
	boolean "Buffered capture support"
	select IIO_BUFFER
	select IIO_KFIFO_BUF
	help
	  Add buffered data capture to the simple dummy driver.