1config BR2_PACKAGE_XR819_XRADIO
2 bool "xr819-xradio"
3 depends on BR2_LINUX_KERNEL
4 help
5 Wireless driver for SDIO WiFi chip XR819
6
7 https://github.com/fifteenhex/xradio
8
9comment "xr819-xradio driver needs a Linux kernel to be built"
10 depends on !BR2_LINUX_KERNEL
11