Files
fml13v01-buildroot/package/starfive/starfive-firmware/Config.in
T
Andy Hu a5e81bba2d starfive-firmware: Add aic8800 and aic8800DC usb wifi firmware
aic8800 and aic8800DC support to run on visionfive2 board
install firmware for aic8800 both 2.4G and 5G

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Signed-off-by: Skyler Zheng <skyler.zheng@starfivetech.com>
2023-11-28 15:43:17 +08:00

47 lines
1.2 KiB
Plaintext

# starfive firmware packages
config BR2_PACKAGE_STARFIVE_FIRMWARE
bool "starfive-firmware"
help
This package provides additional various binary firmware files
based on BR2_PACKAGE_LINUX_FIRMWARE (closed binary blobs) for
such devices like bluetooth, wifi cards etc.
if BR2_PACKAGE_STARFIVE_FIRMWARE
menu "Starfive Bluetooth firmware"
config BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_BLUETOOTH
bool "AP6256 Bluetooth"
help
Firmware files for AP6256 Wireless bluetooth support.
config BR2_PACKAGE_STARFIVE_FIRMWARE_RTL8852BU_BLUETOOTH
bool "RTL8852BU Bluetooth"
help
Firmware files for RTL8852BU Wireless bluetooth support.
endmenu # Bluetooth
menu "Starfive WiFi firmware"
config BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_SDIO_WIFI
bool "AP6256 SDIO Wifi"
help
Firmware files for the AP6256 Wifi module on SDIO.
config BR2_PACKAGE_STARFIVE_FIRMWARE_ECR6600U_USB_WIFI
bool "ECR6600U USB Wifi"
help
Firmware files for the ECR6600U USB Wifi module.
config BR2_PACKAGE_STARFIVE_FIRMWARE_AIC8800_USB_WIFI
bool "AIC8800 and AIC8800DC USB Wifi"
help
Firmware files for the AIC8800 and AIC8800DC USB Wifi module.
endmenu # WiFi
endif # BR2_PACKAGE_STARFIVE_FIRMWARE