681c1614be
This patch adds xradio wireless driver for SDIO WiFi chip XR819. The out-of-tree driver is sourced from fifteenhex's work on github https://github.com/fifteenhex/xradio Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> [Thomas: add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
config BR2_PACKAGE_XR819_XRADIO
|
|
bool "xr819-xradio"
|
|
depends on BR2_LINUX_KERNEL
|
|
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
|