Skip to content

Commit 62ec3df

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: dac: ad5766: 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: 885b979 ("drivers:iio:dac:ad5766.c: Add trigger buffer") 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 5bede94 commit 62ec3df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/dac/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ config AD5764
254254
config AD5766
255255
tristate "Analog Devices AD5766/AD5767 DAC driver"
256256
depends on SPI_MASTER
257+
select IIO_BUFFER
258+
select IIO_TRIGGERED_BUFFER
257259
help
258260
Say yes here to build support for Analog Devices AD5766, AD5767
259261
Digital to Analog Converter.

0 commit comments

Comments
 (0)