xref: /OK3568_Linux_fs/buildroot/package/owl-linux/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  owl-linux requires the hidden kernel option WIRELESS_EXT
10	  enabled.
11
12	  http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
13
14comment "owl-linux needs a Linux kernel to be built"
15	depends on !BR2_LINUX_KERNEL
16	depends on BR2_arm || BR2_armeb
17
18comment "owl-linux is only supported on ARM9 architecture"
19	depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t)
20	depends on BR2_arm || BR2_armeb
21