forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-15 de7d2b82e1d37d435e0b93009a6a472b54b9d6a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config BR2_PACKAGE_ARMBIAN_FIRMWARE
   bool "armbian-firmware"
   help
     This package enables access to various firmware
     blobs from the Armbian firmware repository.
 
     https://github.com/armbian/firmware
 
if BR2_PACKAGE_ARMBIAN_FIRMWARE
 
config BR2_PACKAGE_ARMBIAN_FIRMWARE_XR819
   bool "XR819 WiFi"
   help
     Firmware files for XR819 WiFi SDIO chip.
 
config BR2_PACKAGE_ARMBIAN_FIRMWARE_AP6212
   bool "AP6212 WiFi/BT"
   help
     Firmware files for AP6212 WiFi/BT combo chip.
 
endif