package/linux-firmware: add option for Redpine RS9116 firmware

This firmware is required for the rsi9116 wifi and bluetooth module
which is driven by the rsi_91x kernel driver.

Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Boerge Struempfel 2024-07-29 15:14:01 +02:00 committed by Thomas Petazzoni
parent 549e4d8d9e
commit 5960f45cbc
2 changed files with 13 additions and 0 deletions

View File

@ -506,6 +506,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
help
Firmware files for WLAN and Bluetooth modules rs9113
config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116
bool "Redpine rs9116"
help
Firmware files for WLAN and Bluetooth modules rs9116
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
bool "TI wl127x"
help

View File

@ -854,6 +854,14 @@ LINUX_FIRMWARE_FILES += \
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116),y)
LINUX_FIRMWARE_FILES += \
rsi/rs9116_wlan.rps \
rsi/rs9116_wlan_bt_classic.rps
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QAT_DH895XCC),y)
LINUX_FIRMWARE_FILES += qat_895xcc.bin qat_895xcc_mmp.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qat_firmware