Config.in 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. config BR2_PACKAGE_WILC_FIRMWARE
  2. bool
  3. help
  4. Provider package for WILC1000_FIRMWARE & WILC3000_FIRMWARE
  5. config BR2_PACKAGE_WILC1000_FIRMWARE
  6. bool "wilc1000-firmware"
  7. select BR2_PACKAGE_WILC_FIRMWARE
  8. help
  9. Firmware for Microchip WILC1000 wireless device
  10. These binary blobs are provided directly from Microchip.
  11. Ideally, the firmware version should match driver version.
  12. Generally, the latest firmware would be acceptable regardless
  13. of driver version.
  14. These will be installed to /lib/firmware/mchp/
  15. https://github.com/linux4wilc/firmware
  16. config BR2_PACKAGE_WILC3000_FIRMWARE
  17. bool "wilc3000-firmware"
  18. select BR2_PACKAGE_WILC_FIRMWARE
  19. help
  20. Firmware for Microchip WILC3000 wireless device
  21. These binary blobs are provided directly from Microchip.
  22. Ideally, the firmware version should match driver version.
  23. Generally, the latest firmware would be acceptable regardless
  24. of driver version.
  25. These will be installed to /lib/firmware/mchp/
  26. https://github.com/linux4wilc/firmware