diff options
author | Kay Friedrich <[email protected]> | 2019-11-27 12:24:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-12-10 10:56:54 +0100 |
commit | 2740bd3351cd5a4351f458aabaa1c9b77de3867b (patch) | |
tree | fcd063a1e87bf6008895f93c2457a084e137ef4b | |
parent | 2f4d984b9544e03ef9435a750f4cc7de1df61051 (diff) |
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 <[email protected]>
Signed-off-by: Michael Kupfer <[email protected]>
Signed-off-by: Kay Friedrich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/wlan-ng/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wlan-ng/Kconfig b/drivers/staging/wlan-ng/Kconfig index ac136663fa8e..082c16a31616 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. |