Config.in 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # starfive firmware packages
  2. config BR2_PACKAGE_STARFIVE_FIRMWARE
  3. bool "starfive-firmware"
  4. help
  5. This package provides additional various binary firmware files
  6. based on BR2_PACKAGE_LINUX_FIRMWARE (closed binary blobs) for
  7. such devices like bluetooth, wifi cards etc.
  8. if BR2_PACKAGE_STARFIVE_FIRMWARE
  9. menu "Starfive Bluetooth firmware"
  10. config BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_BLUETOOTH
  11. bool "AP6256 Bluetooth"
  12. help
  13. Firmware files for AP6256 Wireless bluetooth support.
  14. config BR2_PACKAGE_STARFIVE_FIRMWARE_RTL8852BU_BLUETOOTH
  15. bool "RTL8852BU Bluetooth"
  16. help
  17. Firmware files for RTL8852BU Wireless bluetooth support.
  18. endmenu # Bluetooth
  19. menu "Starfive WiFi firmware"
  20. config BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_SDIO_WIFI
  21. bool "AP6256 SDIO Wifi"
  22. help
  23. Firmware files for the AP6256 Wifi module on SDIO.
  24. config BR2_PACKAGE_STARFIVE_FIRMWARE_ECR6600U_USB_WIFI
  25. bool "ECR6600U USB Wifi"
  26. help
  27. Firmware files for the ECR6600U USB Wifi module.
  28. endmenu # WiFi
  29. endif # BR2_PACKAGE_STARFIVE_FIRMWARE