Skip to content

Commit a836072

Browse files
mszyprowkrzk
authored andcommitted
ARM: exynos_defconfig: Compile MAC80211/CFG80211 as modules
MAC80211/CFG80211 framework requires loading regulatory.db from /lib/firmware directory, so it makes very little sense to have it built-in. Change it to be built as modules to let it properly load the needed firmware/db files. As a side effect of this change, the size of the compressed modules on SquashFS increased significantly from 27MiB to 38MiB, so increase the size of BLK_DEV_RAM to allow the modules to fit into it. Signed-off-by: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent f8beebe commit a836072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ CONFIG_BT_HCIVHCI=m
7979
CONFIG_BT_MRVL=m
8080
CONFIG_BT_MRVL_SDIO=m
8181
CONFIG_BT_ATH3K=m
82-
CONFIG_CFG80211=y
83-
CONFIG_MAC80211=y
82+
CONFIG_CFG80211=m
83+
CONFIG_MAC80211=m
8484
CONFIG_MAC80211_LEDS=y
8585
CONFIG_NFC=y
8686
CONFIG_NFC_DIGITAL=m
@@ -95,7 +95,7 @@ CONFIG_DEVTMPFS_MOUNT=y
9595
CONFIG_BLK_DEV_LOOP=y
9696
CONFIG_BLK_DEV_CRYPTOLOOP=y
9797
CONFIG_BLK_DEV_RAM=y
98-
CONFIG_BLK_DEV_RAM_SIZE=32768
98+
CONFIG_BLK_DEV_RAM_SIZE=65536
9999
CONFIG_SCSI=y
100100
CONFIG_BLK_DEV_SD=y
101101
CONFIG_CHR_DEV_SG=y

0 commit comments

Comments
 (0)