mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/linux-firmware: add WLAN and BLE chip TI cc33xx firmware option
Add an option to install the cc33xx firmware files. The TI cc33xx family of devices support WiFi 6 and BLE 5.4. Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
7cac7bc3c9
commit
66f85504ce
@@ -527,6 +527,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL18XX
|
||||
help
|
||||
Firmware files for WLAN and Bluetooth modules wl18xx
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC33XX
|
||||
bool "TI cc33xx"
|
||||
help
|
||||
Firmware files for cc33xx WLAN and BLE family of chips
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_WIL6210
|
||||
bool "Qualcomm Atheros wil6210"
|
||||
help
|
||||
|
||||
@@ -486,6 +486,15 @@ LINUX_FIRMWARE_FILES += \
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ti-connectivity
|
||||
endif
|
||||
|
||||
# cc33xx
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_TI_CC33XX),y)
|
||||
LINUX_FIRMWARE_FILES += \
|
||||
ti-connectivity/cc33xx_2nd_loader.bin \
|
||||
ti-connectivity/cc33xx_fw.bin \
|
||||
ti-connectivity/cc33xx-conf.bin
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ti-connectivity
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_WIL6210),y)
|
||||
LINUX_FIRMWARE_FILES += wil6210.*
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.QualcommAtheros_ath10k
|
||||
|
||||
Reference in New Issue
Block a user