Skip to content

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: [email protected] Fixes: 79e3a5b ("iio: accel: fxls8962af: add hw buffered sampling") Signed-off-by: Alexander Sverdlin <[email protected]> Reviewed-by: Sean Nyekjaer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
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)