Skip to content

Commit b2a9a6a

Browse files
Red54gregkh
authored andcommitted
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: 7d40753 ("staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routines") Fixes: 3d3a170 ("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>
1 parent 3691b58 commit b2a9a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8723bs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config RTL8723BS
44
depends on WLAN && MMC && CFG80211
55
depends on m
66
select CRYPTO
7+
select CRYPTO_LIB_AES
78
select CRYPTO_LIB_ARC4
89
help
910
This option enables support for RTL8723BS SDIO drivers, such as

0 commit comments

Comments
 (0)