Skip to content

Commit 2f76deb

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
commit 5bede94 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: 8f2b548 ("drivers:iio:dac: Add AD3552R driver support") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-7-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 ad60bbd commit 2f76deb

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
@@ -9,6 +9,8 @@ menu "Digital to analog converters"
99
config AD3552R
1010
tristate "Analog Devices AD3552R DAC driver"
1111
depends on SPI_MASTER
12+
select IIO_BUFFER
13+
select IIO_TRIGGERED_BUFFER
1214
help
1315
Say yes here to build support for Analog Devices AD3552R
1416
Digital to Analog Converter.

0 commit comments

Comments
 (0)