1*4882a593Smuzhiyunconfig BR2_PACKAGE_WF111 2*4882a593Smuzhiyun bool "wf111" 3*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL 4*4882a593Smuzhiyun depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386 5*4882a593Smuzhiyun # Binary tools are distributed alongside the driver, and are 6*4882a593Smuzhiyun # dynamically linked against the glibc. 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Silicon Labs WF111 WiFi driver and utilities. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun Warning: CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV must be 12*4882a593Smuzhiyun selected in the Linux kernel configuration. These are blind 13*4882a593Smuzhiyun options (i.e. not selectable directly) so they cannot be 14*4882a593Smuzhiyun enabled by a change in linux/linux.mk. There are two choices 15*4882a593Smuzhiyun to enable these options: 16*4882a593Smuzhiyun - By making them non blind, with a "WF111 support" 17*4882a593Smuzhiyun configuration entry that selects them, for example. 18*4882a593Smuzhiyun - By enabling another random WiFi driver that select them. 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun https://www.silabs.com/wireless/wi-fi/bluegiga-legacy-modules/device.wf111 21*4882a593Smuzhiyun 22*4882a593Smuzhiyuncomment "wf111 needs a Linux kernel to be built" 23*4882a593Smuzhiyun depends on !BR2_LINUX_KERNEL 24*4882a593Smuzhiyun depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386 25*4882a593Smuzhiyun 26*4882a593Smuzhiyuncomment "wf111 needs a glibc toolchain" 27*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL 28*4882a593Smuzhiyun depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386 29*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_GLIBC 30