Skip to content

Commit 66cf445

Browse files
dlechjic23
authored andcommitted
iio: adc: ad4695: Add missing Kconfig select
Add select IIO_BUFFER and select IIO_TRIGGERED_BUFFER to the Kconfig for the ad4695 driver. Fixes: 6cc7e4b ("iio: adc: ad4695: implement triggered buffer") Signed-off-by: David Lechner <dlechner@baylibre.com> Reviewed-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241009-iio-adc-ad4695-fix-kconfig-v1-1-e2a4dfde8d55@baylibre.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 4c4834f commit 66cf445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/adc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ config AD4695
5252
tristate "Analog Device AD4695 ADC Driver"
5353
depends on SPI
5454
select REGMAP_SPI
55+
select IIO_BUFFER
56+
select IIO_TRIGGERED_BUFFER
5557
help
5658
Say yes here to build support for Analog Devices AD4695 and similar
5759
analog to digital converters (ADC).

0 commit comments

Comments
 (0)