Re: [PATCH] iio: adis16480: select CONFIG_CRC32

From: Nuno Sá
Date: Tue Jan 31 2023 - 05:21:35 EST


On Tue, 2023-01-31 at 10:46 +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> 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: 941f130881fa ("iio: adis16480: support burst read function")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---

Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>