Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a821d71

Browse files
ccpalexjic23
authored andcommitted
iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
Provide missing symbols to the module: ERROR: modpost: iio_push_to_buffers [drivers/iio/accel/fxls8962af-core.ko] undefined! ERROR: modpost: devm_iio_kfifo_buffer_setup_ext [drivers/iio/accel/fxls8962af-core.ko] undefined! Cc: stable@vger.kernel.org Fixes: 79e3a5b ("iio: accel: fxls8962af: add hw buffered sampling") Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Reviewed-by: Sean Nyekjaer <sean@geanix.com> Link: https://lore.kernel.org/r/20240605203810.2908980-2-alexander.sverdlin@siemens.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent a2b8613 commit a821d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/accel/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ config DMARD10
330330
config FXLS8962AF
331331
tristate
332332
depends on I2C || !I2C # cannot be built-in for modular I2C
333+
select IIO_BUFFER
334+
select IIO_KFIFO_BUF
333335

334336
config FXLS8962AF_I2C
335337
tristate "NXP FXLS8962AF/FXLS8964AF Accelerometer I2C Driver"

0 commit comments

Comments
 (0)