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 <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent f3fe8c5 commit a985576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)