mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES
This fixes the following issue: ERROR: modpost: "aes_expandkey" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! ERROR: modpost: "aes_encrypt" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! Fixes:7d40753d88("staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routines") Fixes:3d3a170f6d("staging: rtl8723bs: use in-kernel aes encryption") Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/tencent_0BDDF3A721708D16A2E7C3DAFF0FEC79A105@qq.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3691b585b9
commit
b2a9a6a26b
|
|
@ -4,6 +4,7 @@ config RTL8723BS
|
|||
depends on WLAN && MMC && CFG80211
|
||||
depends on m
|
||||
select CRYPTO
|
||||
select CRYPTO_LIB_AES
|
||||
select CRYPTO_LIB_ARC4
|
||||
help
|
||||
This option enables support for RTL8723BS SDIO drivers, such as
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user