mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/xr819-xradio: enable on riscv architecture
Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fbd9382597
commit
e8fb79c866
@@ -1,7 +1,8 @@
|
||||
config BR2_PACKAGE_XR819_XRADIO
|
||||
bool "xr819-xradio"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_aarch64_be
|
||||
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
|
||||
BR2_aarch64_be || BR2_riscv
|
||||
help
|
||||
Wireless driver for SDIO WiFi chip XR819
|
||||
|
||||
|
||||
Reference in New Issue
Block a user