Skip to content
Snippets Groups Projects
Commit 52c7375c authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John Crispin
Browse files

bcm53xx: disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK


There are many targets using user space scripts to generate firmware but
bcm53xx doesn't need this, so let's disable that kernel option.

This lets us avoid some scary-looking kernel warnings like:
brcmfmac 0001:04:00.0: Falling back to user helper
firmware brcm!brcmfmac43602-pcie.txt: firmware_loading_store: map pages failed

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
parent 6b94234a
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ CONFIG_EDAC_SUPPORT=y ...@@ -124,6 +124,7 @@ CONFIG_EDAC_SUPPORT=y
CONFIG_FIXED_PHY=y CONFIG_FIXED_PHY=y
CONFIG_FIX_EARLYCON_MEM=y CONFIG_FIX_EARLYCON_MEM=y
CONFIG_FRAME_POINTER=y CONFIG_FRAME_POINTER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_ALLOCATOR=y
CONFIG_GENERIC_BUG=y CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment