595a1db7984885765af11ca0d117f7bb47e51f82
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / owl-linux / Config.in
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 SIP.
7
8           owl-linux requires the hidden kernel option WIRELESS_EXT enabled.
9
10           http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
11
12 comment "owl-linux needs a Linux kernel to be built"
13         depends on !BR2_LINUX_KERNEL
14         depends on BR2_arm || BR2_armeb
15
16 comment "owl-linux is only supported on ARM9 architecture"
17         depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t)
18         depends on BR2_arm || BR2_armeb