提交 3aad9240 编写于 作者: A Arnd Bergmann 提交者: David S. Miller

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: 4d94282a ("lan743x: Add power management support")
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e8ae5e92
...@@ -46,6 +46,7 @@ config LAN743X ...@@ -46,6 +46,7 @@ config LAN743X
tristate "LAN743x support" tristate "LAN743x support"
depends on PCI depends on PCI
select PHYLIB select PHYLIB
select CRC16
---help--- ---help---
Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册