The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wf111 / Config.in
1 config BR2_PACKAGE_WF111
2         bool "wf111"
3         depends on BR2_LINUX_KERNEL
4         depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
5         # Binary tools are distributed alongside the driver, and are
6         # dynamically linked against the glibc.
7         depends on BR2_TOOLCHAIN_USES_GLIBC
8         help
9           BlueGiga WF111 WiFi driver and utilities.
10
11           Warning: CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV must be
12           selected in the Linux kernel configuration. These are blind
13           options (i.e. not selectable directly) so they cannot be
14           enabled by a change in linux/linux.mk. There are two choices
15           to enable these options:
16           - By making them non blind, with a "WF111 support" configuration
17             entry that selects them, for example.
18           - By enabling another random WiFi driver that select them.
19
20           http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/
21
22 if BR2_PACKAGE_WF111
23
24 config BR2_PACKAGE_WF111_TARBALL_PATH
25         string "Local tarball location"
26         help
27           The WF111 tarball can be retrieved on the BlueGiga website
28           after registration. This option specifies the path where the
29           tarball is locally saved.
30
31 endif
32
33 comment "wf111 needs an (e)glibc toolchain"
34         depends on BR2_LINUX_KERNEL
35         depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
36         depends on !BR2_TOOLCHAIN_USES_GLIBC