]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig
authorJoshua Crofts <joshua.crofts1@gmail.com>
Wed, 1 Jul 2026 19:21:47 +0000 (21:21 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 2 Jul 2026 17:05:14 +0000 (18:05 +0100)
commitfd354554af1d2b33232ca6c8a3d79ed82413d715
tree0391e326fd742a32069c62e1e7f9a96ce66bfe68
parentf107c62bfc057b82758c233391ee0842f02a0582
iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig

The Kconfig entry for the AD7779 is missing a
'select IIO_TRIGGERED_BUFFER' parameter, causing build failures.

Fixes: c9a3f8c7bfcb ("drivers: iio: adc: add support for ad777x family")
Cc: stable@vger.kernel.org
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Tested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig