Skip to content

Commit

Permalink
brcmfmac to be built as module in halley5_defconfig
Browse files Browse the repository at this point in the history
brcmfmac loads firmware from rootfs and has to be loaded after rootfs is ready

Signed-off-by: Zhen XIN <zhen.xin@nokia-sbell.com>
  • Loading branch information
lone0 committed Jan 15, 2024
1 parent 5e8458c commit b9ff814
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arch/mips/configs/halley5_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CONFIG_NR_CPUS=2
CONFIG_HZ_100=y
# CONFIG_SECCOMP is not set
# CONFIG_SUSPEND is not set
CONFIG_MODULES=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_COMPACTION is not set
CONFIG_CMA=y
Expand All @@ -45,7 +46,12 @@ CONFIG_BLK_DEV_DM=y
CONFIG_NETDEVICES=y
CONFIG_STMMAC_ETH=y
CONFIG_ICPLUS_PHY=y
CONFIG_BRCMFMAC=y
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCM_TRACING=y
CONFIG_BRCMDBG=y

# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_SERIO is not set
Expand Down

0 comments on commit b9ff814

Please sign in to comment.