Skip to content

Commit f4dc96f

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: adc: ad7944: 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: d1efcf8 ("iio: adc: ad7944: add driver for AD7944/AD7985/AD7986") 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 96666f0 commit f4dc96f

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
@@ -328,6 +328,8 @@ config AD7923
328328
config AD7944
329329
tristate "Analog Devices AD7944 and similar ADCs driver"
330330
depends on SPI
331+
select IIO_BUFFER
332+
select IIO_TRIGGERED_BUFFER
331333
help
332334
Say yes here to build support for Analog Devices
333335
AD7944, AD7985, AD7986 ADCs.

0 commit comments

Comments
 (0)