Config.in 612 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_OWL_LINUX
  2. bool "owl-linux"
  3. depends on BR2_LINUX_KERNEL
  4. depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)
  5. help
  6. Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi
  7. SIP.
  8. owl-linux requires the hidden kernel option WIRELESS_EXT
  9. enabled.
  10. http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
  11. comment "owl-linux needs a Linux kernel to be built"
  12. depends on !BR2_LINUX_KERNEL
  13. depends on BR2_arm || BR2_armeb
  14. comment "owl-linux is only supported on ARM9 architecture"
  15. depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t)
  16. depends on BR2_arm || BR2_armeb