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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user