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:
parent
320cba8951
commit
83f11700fe
@ -69,6 +69,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174A_BT
|
|||||||
help
|
help
|
||||||
Firmware files for QCA Rome 6174A bluetooth support.
|
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
|
config BR2_PACKAGE_LINUX_FIRMWARE_AR3011
|
||||||
bool "Qualcomm Atheros 3011"
|
bool "Qualcomm Atheros 3011"
|
||||||
help
|
help
|
||||||
|
@ -65,6 +65,12 @@ LINUX_FIRMWARE_FILES += qca/rampatch_usb_00000302.bin qca/nvm_usb_00000302.bin
|
|||||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
|
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
|
||||||
endif
|
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
|
# Realtek 87xx Bluetooth
|
||||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT),y)
|
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT),y)
|
||||||
LINUX_FIRMWARE_FILES += \
|
LINUX_FIRMWARE_FILES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user