Skip to content

Commit 74d6409

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig
commit 2caa67b upstream. 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 <javier.carrasco.cruz@gmail.com> Reviewed-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-2-4019453f8c33@gmail.com Cc: <stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 86fffc6 commit 74d6409

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)