Config.in 350 B

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