Skip to content

Commit 1fcc9d6

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
commit 62ec3df upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 66bfe12 commit 1fcc9d6

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
@@ -214,6 +214,8 @@ config AD5764
214214
config AD5766
215215
tristate "Analog Devices AD5766/AD5767 DAC driver"
216216
depends on SPI_MASTER
217+
select IIO_BUFFER
218+
select IIO_TRIGGERED_BUFFER
217219
help
218220
Say yes here to build support for Analog Devices AD5766, AD5767
219221
Digital to Analog Converter.

0 commit comments

Comments
 (0)