Skip to content

Commit a985576

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: adc: ti-lmp92064: add missing select IIO_(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: 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>
1 parent f3fe8c5 commit a985576

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
@@ -1530,6 +1530,8 @@ config TI_LMP92064
15301530
tristate "Texas Instruments LMP92064 ADC driver"
15311531
depends on SPI
15321532
select REGMAP_SPI
1533+
select IIO_BUFFER
1534+
select IIO_TRIGGERED_BUFFER
15331535
help
15341536
Say yes here to build support for the LMP92064 Precision Current and Voltage
15351537
sensor.

0 commit comments

Comments
 (0)