Skip to content

Commit

Permalink
arm: configs: yellowstone: compile bcmdhd in-kernel
Browse files Browse the repository at this point in the history
Compile bcmdhd in the kernel instead of a module. If
a kernel module from another build/kernel is loaded
it can cause a kernel panic. This also makes the kernel
more portable, at the cost of slightly larger size.
  • Loading branch information
Ryan Grachek committed Jan 18, 2019
1 parent 09cdd46 commit e1cb992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/yellowstone_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ CONFIG_WLAN=y
# CONFIG_USB_NET_RNDIS_WLAN is not set
CONFIG_WIFI_CONTROL_FUNC=y
# CONFIG_ATH_CARDS is not set
CONFIG_BCMDHD=m
CONFIG_BCMDHD=y
CONFIG_BCMDHD_SDIO=y
# CONFIG_BCM43241 is not set
# CONFIG_BCM4354 is not set
Expand Down

0 comments on commit e1cb992

Please sign in to comment.