Commit 9e221be8 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

USB: gadget: ether needs to select CRC32

Fix build error, ether uses/needs to select CRC32 config symbol:

ether.c:(.text+0x271480): undefined reference to `crc32_le'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d0a38365
...@@ -627,6 +627,7 @@ config USB_AUDIO ...@@ -627,6 +627,7 @@ config USB_AUDIO
config USB_ETH config USB_ETH
tristate "Ethernet Gadget (with CDC Ethernet support)" tristate "Ethernet Gadget (with CDC Ethernet support)"
depends on NET depends on NET
select CRC32
help help
This driver implements Ethernet style communication, in one of This driver implements Ethernet style communication, in one of
several ways: several ways:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment