2017-06-18 20:41:59 +02:00
|
|
|
config BR2_PACKAGE_XR819_XRADIO
|
|
|
|
bool "xr819-xradio"
|
|
|
|
depends on BR2_LINUX_KERNEL
|
2022-05-17 12:20:15 +02:00
|
|
|
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
|
|
|
|
BR2_aarch64_be || BR2_riscv
|
2017-06-18 20:41:59 +02:00
|
|
|
help
|
|
|
|
Wireless driver for SDIO WiFi chip XR819
|
|
|
|
|
|
|
|
https://github.com/fifteenhex/xradio
|
|
|
|
|
|
|
|
comment "xr819-xradio driver needs a Linux kernel to be built"
|
|
|
|
depends on !BR2_LINUX_KERNEL
|