]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig
authorJoshua Crofts <joshua.crofts1@gmail.com>
Wed, 1 Jul 2026 19:21:46 +0000 (21:21 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 2 Jul 2026 17:05:14 +0000 (18:05 +0100)
The Kconfig entry is missing a `select IIO_TRIGGERED_BUFFER` parameter,
causing potential build failures.

Fixes: ec98c3b50157 ("iio: adc: ad4130: add new supported parts")
Cc: stable@vger.kernel.org
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig

index 6fb0766ca27a46606f93c6f44ffd8c80f9d4bb06..4ed8ba9384db0281f9bf46b01a6fa61e744cae34 100644 (file)
@@ -108,6 +108,7 @@ config AD4130
        depends on SPI
        depends on GPIOLIB
        select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
        select IIO_KFIFO_BUF
        select REGMAP_SPI
        depends on COMMON_CLK