Config.in 1.0 KB

12345678910111213141516171819202122232425
  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. Silicon Labs WF111 WiFi driver and utilities.
  10. Warning: CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV must be
  11. selected in the Linux kernel configuration. These are blind
  12. options (i.e. not selectable directly) so they cannot be
  13. enabled by a change in linux/linux.mk. There are two choices
  14. to enable these options:
  15. - By making them non blind, with a "WF111 support"
  16. configuration entry that selects them, for example.
  17. - By enabling another random WiFi driver that select them.
  18. https://www.silabs.com/wireless/wi-fi/bluegiga-legacy-modules/device.wf111
  19. comment "wf111 needs a glibc toolchain"
  20. depends on BR2_LINUX_KERNEL
  21. depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
  22. depends on !BR2_TOOLCHAIN_USES_GLIBC