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 <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-8-67c0385197cd@gmail.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 5bede94 commit 62ec3df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)