Skip to content

Commit b120dd3

Browse files
amiclausjic23
authored andcommitted
iio: addac: Kconfig: update ad74413r selections
Building ad74413r without selecting IIO_BUFFER and IIO_TRIGGERED_BUFFER generates error with respect to the iio trigger functions that are used within the driver. Update the Kconfig accordingly. Fixes: fea251b ("iio: addac: add AD74413R driver") Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Link: https://lore.kernel.org/r/20230912085421.51102-1-antoniu.miclaus@analog.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 901a293 commit b120dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/addac/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ config AD74413R
2424
depends on GPIOLIB && SPI
2525
select REGMAP_SPI
2626
select CRC8
27+
select IIO_BUFFER
28+
select IIO_TRIGGERED_BUFFER
2729
help
2830
Say yes here to build support for Analog Devices AD74412R/AD74413R
2931
quad-channel software configurable input/output solution.

0 commit comments

Comments
 (0)