1 config BR2_PACKAGE_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
9 BlueGiga WF111 WiFi driver and utilities.
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.
20 http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/
24 config BR2_PACKAGE_WF111_TARBALL_PATH
25 string "Local tarball location"
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.
33 comment "wf111 needs a 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