package/linux-firmware: add QCA9377 BT firmware

Deploy firmware files as well.

Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Kris Bahnsen 2023-05-11 10:34:51 -07:00 committed by Thomas Petazzoni
parent 320cba8951
commit 83f11700fe
2 changed files with 11 additions and 0 deletions

View File

@ -69,6 +69,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174A_BT
help
Firmware files for QCA Rome 6174A bluetooth support.
config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_9377_BT
bool "Qualcomm Atheros QCA9377 Bluetooth"
help
Firmware files for QCA9377 bluetooth support.
config BR2_PACKAGE_LINUX_FIRMWARE_AR3011
bool "Qualcomm Atheros 3011"
help

View File

@ -65,6 +65,12 @@ LINUX_FIRMWARE_FILES += qca/rampatch_usb_00000302.bin qca/nvm_usb_00000302.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
endif
# Qualcomm Atheros QCA9377 Bluetooth
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_9377_BT),y)
LINUX_FIRMWARE_FILES += qca/rampatch_00230302.bin qca/nvm_00230302.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
endif
# Realtek 87xx Bluetooth
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT),y)
LINUX_FIRMWARE_FILES += \