mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
iio: addac: Kconfig: update ad74413r selections
commitb120dd3a15upstream. 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:fea251b6a5("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7d4ff34b6c
commit
ff42d244b3
@@ -10,6 +10,8 @@ config AD74413R
|
|||||||
depends on GPIOLIB && SPI
|
depends on GPIOLIB && SPI
|
||||||
select REGMAP_SPI
|
select REGMAP_SPI
|
||||||
select CRC8
|
select CRC8
|
||||||
|
select IIO_BUFFER
|
||||||
|
select IIO_TRIGGERED_BUFFER
|
||||||
help
|
help
|
||||||
Say yes here to build support for Analog Devices AD74412R/AD74413R
|
Say yes here to build support for Analog Devices AD74412R/AD74413R
|
||||||
quad-channel software configurable input/output solution.
|
quad-channel software configurable input/output solution.
|
||||||
|
|||||||
Reference in New Issue
Block a user