1
0
Fork 0

ARM: zero-sugar-wifi-cal_defconfig: drop AP5256 specific firmware name

BCMDHD is able to figure out file name from chip_name_map[], see
drivers/net/wireless/bcmdhd/dhd_config.c.  Drop file name from FW_PATH
and NVRAM_PATH, so that the options are not bundled with AP5256 but good
for other chipsets support like AP5203.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
zero-sugar
Shawn Guo 2021-04-09 10:05:11 +08:00
parent c3c91540de
commit aa0750c7f0
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ CONFIG_USB_NET_CDC_EEM=m
CONFIG_ATH6KL=m
CONFIG_ATH6KL_SDIO=m
CONFIG_BCMDHD=m
CONFIG_BCMDHD_FW_PATH="/lib/firmware/brcm/fw_bcm43456c5_ag.bin"
CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/brcm/nvram.txt"
CONFIG_BCMDHD_FW_PATH="/lib/firmware/brcm/"
CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/brcm/"
# CONFIG_WLAN_VENDOR_BROADCOM is not set
CONFIG_HOSTAP=y
CONFIG_INPUT_EVDEV=y