Config.in 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config BR2_PACKAGE_LINUX_FIRMWARE
  2. bool "linux-firmware"
  3. help
  4. This package provides various binary firmware files (closed
  5. binary blobs) for such devices like LAN, WLAN cards etc.
  6. https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
  7. if BR2_PACKAGE_LINUX_FIRMWARE
  8. menu "Atheros"
  9. config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_7010
  10. bool "Atheros 7010"
  11. help
  12. Firmware files for the Atheros 7010 module
  13. config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271
  14. bool "Atheros 9271"
  15. help
  16. Firmware files for the Atheros 9271 module
  17. endmenu
  18. menu "Ralink"
  19. config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61
  20. bool "Ralink rt2501/rt61"
  21. help
  22. Ralink rt2501/rt61
  23. config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT73
  24. bool "Ralink rt73"
  25. help
  26. Ralink rt73
  27. config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX
  28. bool "Ralink rt27xx/rt28xx/rt30xx"
  29. help
  30. Ralink rt27xx/rt28xx/rt30xx
  31. endmenu
  32. menu "Texas Instruments"
  33. config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
  34. bool "wl127X"
  35. help
  36. Firmware files for WLAN and Bluetooth modules wl1271 and wl1273
  37. config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
  38. bool "wl128X"
  39. help
  40. Firmware files for WLAN and Bluetooth modules wl128x
  41. endmenu
  42. endif