From: Randy Dunlap Date: Tue, 8 Sep 2009 00:08:39 +0000 (-0700) Subject: USB: gadget: ether needs to select CRC32 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9e221be815cd263480928248bfd4541497017a1b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 4d8ab470f087..33351312327f 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -627,6 +627,7 @@ config USB_AUDIO config USB_ETH tristate "Ethernet Gadget (with CDC Ethernet support)" depends on NET + select CRC32 help This driver implements Ethernet style communication, in one of several ways: