mirror of https://gitee.com/openkylin/linux.git
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:
parent
e8ae5e92be
commit
3aad924025
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue