Re: [PATCH 2/7] phy: dp83640: select CONFIG_CRC32

From: Richard Cochran
Date: Mon Jan 04 2021 - 08:04:17 EST


On Sun, Jan 03, 2021 at 10:36:18PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> Without crc32, this driver fails to link:
>
> arm-linux-gnueabi-ld: drivers/net/phy/dp83640.o: in function `match':
> dp83640.c:(.text+0x476c): undefined reference to `crc32_le'
>
> Fixes: 539e44d26855 ("dp83640: Include hash in timestamp/packet matching")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Richard Cochran <richardcochran@xxxxxxxxx>