Skip to content

Commit 2caa67b

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig
This driver makes use of triggered buffers, but does not select the required modules. Add the missing 'select IIO_BUFFER' and 'select IIO_TRIGGERED_BUFFER'. Fixes: 128b938 ("staging: iio: resolver: ad2s1210: add triggered buffer support") Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: David Lechner <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 17a9936 commit 2caa67b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/resolver/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ config AD2S1210
3232
depends on COMMON_CLK
3333
depends on GPIOLIB || COMPILE_TEST
3434
select REGMAP
35+
select IIO_BUFFER
36+
select IIO_TRIGGERED_BUFFER
3537
help
3638
Say yes here to build support for Analog Devices spi resolver
3739
to digital converters, ad2s1210, provides direct access via sysfs.

0 commit comments

Comments
 (0)