Skip to content

Commit 91faa52

Browse files
Codrin Ciubotariuehristev
authored andcommitted
ARM: configs: at91: Compile CFG80211 as module
CFG8211 loads the regulatory database as firmware file. Since this is available only after the rootfs is mounted, we get an error when the built-in cfg80211 looks for the firmware. Compiling it as a module will make cfg80211 probe after the rootfs is initialized and the firmware will be available. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> [eugen.hristev@microchip.com: port to 5.4] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 6723b36 commit 91faa52

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm/configs/at91_dt_defconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ CONFIG_BT_HCIUART=y
5353
CONFIG_BT_HCIUART_H4=y
5454
CONFIG_BT_HCIUART_3WIRE=y
5555
CONFIG_BT_HCIVHCI=y
56-
CONFIG_CFG80211=y
56+
CONFIG_CFG80211=m
5757
# CONFIG_CFG80211_DEFAULT_PS is not set
5858
CONFIG_CFG80211_DEBUGFS=y
5959
CONFIG_CFG80211_WEXT=y
60-
CONFIG_MAC80211=y
60+
CONFIG_MAC80211=m
6161
CONFIG_RFKILL=y
6262
CONFIG_RFKILL_INPUT=y
6363
CONFIG_DEVTMPFS=y
@@ -236,6 +236,8 @@ CONFIG_NLS_CODEPAGE_437=y
236236
CONFIG_NLS_CODEPAGE_850=y
237237
CONFIG_NLS_ISO8859_1=y
238238
CONFIG_NLS_UTF8=y
239+
CONFIG_CRYPTO_CCM=y
240+
CONFIG_CRYPTO_GCM=y
239241
CONFIG_CRYPTO_USER_API_HASH=m
240242
CONFIG_CRYPTO_USER_API_SKCIPHER=m
241243
# CONFIG_CRYPTO_HW is not set

0 commit comments

Comments
 (0)