From: Kay Friedrich Date: Wed, 27 Nov 2019 11:24:57 +0000 (+0100) Subject: staging/wlan-ng: add CRC32 dependency in Kconfig X-Git-Tag: v5.5-rc2~9^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2740bd3351cd5a4351f458aabaa1c9b77de3867b;p=thirdparty%2Fkernel%2Flinux.git staging/wlan-ng: add CRC32 dependency in Kconfig wlan-ng uses the function crc32_le, but CRC32 wasn't a dependency of wlan-ng Co-developed-by: Michael Kupfer Signed-off-by: Michael Kupfer Signed-off-by: Kay Friedrich Link: https://lore.kernel.org/r/20191127112457.2301-1-kay.friedrich@fau.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/Kconfig b/drivers/staging/wlan-ng/Kconfig index ac136663fa8e5..082c16a31616e 100644 --- a/drivers/staging/wlan-ng/Kconfig +++ b/drivers/staging/wlan-ng/Kconfig @@ -4,6 +4,7 @@ config PRISM2_USB depends on WLAN && USB && CFG80211 select WIRELESS_EXT select WEXT_PRIV + select CRC32 help This is the wlan-ng prism 2.5/3 USB driver for a wide range of old USB wireless devices.