f319d2f12a
This WiFi/BT chip is used on ROCK Pi 4. Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
27 lines
601 B
Plaintext
27 lines
601 B
Plaintext
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_AP6212
|
|
bool "AP6212 WiFi/BT"
|
|
help
|
|
Firmware files for AP6212 WiFi/BT combo chip.
|
|
|
|
config BR2_PACKAGE_ARMBIAN_FIRMWARE_AP6256
|
|
bool "AP6256 WiFi/BT"
|
|
help
|
|
Firmware files for AP6256 WiFi/BT combo chip.
|
|
|
|
config BR2_PACKAGE_ARMBIAN_FIRMWARE_XR819
|
|
bool "XR819 WiFi"
|
|
help
|
|
Firmware files for XR819 WiFi SDIO chip.
|
|
|
|
endif
|