Skip to content

Commit d9b540e

Browse files
arndbjic23
authored andcommitted
iio: adis16480: select CONFIG_CRC32
In rare randconfig builds, the missing CRC32 helper causes a link error: ld.lld: error: undefined symbol: crc32_le >>> referenced by usercopy_64.c >>> vmlinux.o:(adis16480_trigger_handler) Fixes: 941f130 ("iio: adis16480: support burst read function") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Nuno Sá <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 6327a93 commit d9b540e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/imu/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ config ADIS16480
4747
depends on SPI
4848
select IIO_ADIS_LIB
4949
select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
50+
select CRC32
5051
help
5152
Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
5253
ADIS16485, ADIS16488 inertial sensors.

0 commit comments

Comments
 (0)