Skip to content

Commit 176ba46

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
commit a985576 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: 6c7bc1d ("iio: adc: ti-lmp92064: add buffering support") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-6-67c0385197cd@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 168516a commit 176ba46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/iio/adc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ config AD7091R8
5252
depends on SPI
5353
select AD7091R
5454
select REGMAP_SPI
55+
select IIO_BUFFER
56+
select IIO_TRIGGERED_BUFFER
5557
help
5658
Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4,
5759
and AD7091R-8 ADC.

0 commit comments

Comments
 (0)