mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 20:05:22 +02:00
iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
commita821d7111e
upstream. 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:79e3a5bdd9
("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1ce8be8442
commit
7387777aeb
|
@ -325,6 +325,8 @@ config DMARD10
|
||||||
config FXLS8962AF
|
config FXLS8962AF
|
||||||
tristate
|
tristate
|
||||||
depends on I2C || !I2C # cannot be built-in for modular I2C
|
depends on I2C || !I2C # cannot be built-in for modular I2C
|
||||||
|
select IIO_BUFFER
|
||||||
|
select IIO_KFIFO_BUF
|
||||||
|
|
||||||
config FXLS8962AF_I2C
|
config FXLS8962AF_I2C
|
||||||
tristate "NXP FXLS8962AF/FXLS8964AF Accelerometer I2C Driver"
|
tristate "NXP FXLS8962AF/FXLS8964AF Accelerometer I2C Driver"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user