net: lan743x: select CRC16

lan743x now fails to build when CONFIG_CRC16 is disabled:

drivers/net/ethernet/microchip/lan743x_main.o: In function crc16'

Force it on like all other users do.

Fixes: 4d94282afd ("lan743x: Add power management support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Arnd Bergmann 2018-08-13 23:19:21 +02:00 committed by David S. Miller
parent e8ae5e92be
commit 3aad924025
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ config LAN743X
tristate "LAN743x support"
depends on PCI
select PHYLIB
select CRC16
---help---
Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip