mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
iio: adc: ad4130: add missing select IIO_TRIGGERED_BUFFER to Kconfig
The Kconfig entry is missing a `select IIO_TRIGGERED_BUFFER` parameter,
causing potential build failures.
Fixes: ec98c3b501 ("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>
This commit is contained in:
parent
7dc4de2aa6
commit
f107c62bfc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user