On Fri, 4 Dec 2020 00:20:37 +0100 Arnd Bergmann wrote: > From: Arnd Bergmann <a...@arndb.de> > > A number of ethernet drivers require crc32 functionality to be > avaialable in the kernel, causing a link error otherwise:
> Add the missing 'select CRC32' entries in Kconfig for each of them. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Applied, thanks!