Skip to content

Commit 5bede94

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: dac: ad3552r: 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: 8f2b548 ("drivers:iio:dac: Add AD3552R driver support") 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 a985576 commit 5bede94

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)