staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4
authorArnd Bergmann <arnd@arndb.de>
Wed, 21 Jul 2021 15:35:44 +0000 (17:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 15:41:24 +0000 (17:41 +0200)
commitcb7abd1db6e5f99a05f1a00b65be29029a6a152a
tree059e363dd7f0e3556890a55a992c59c3a8ed1180
parent990e4ad3ddcb72216caeddd6e62c5f45a21e8121
staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4

The other rtlwifi drivers already have this, but r8723bs
was converted to the generic implementation without adding
the select:

ERROR: modpost: "arc4_crypt" [drivers/staging/rtl8723bs/r8723bs.ko] undefined!
ERROR: modpost: "arc4_setkey" [drivers/staging/rtl8723bs/r8723bs.ko] undefined!

Fixes: 1b11e893eda0 ("staging: rtl8723bs: replace private arc4 encryption with in-kernel one")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210721153550.3624490-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/Kconfig