12345678910111213141516171819202122232425262728293031323334 |
- config BR2_PACKAGE_WILC_FIRMWARE
- bool
- help
- Provider package for WILC1000_FIRMWARE & WILC3000_FIRMWARE
- config BR2_PACKAGE_WILC1000_FIRMWARE
- bool "wilc1000-firmware"
- select BR2_PACKAGE_WILC_FIRMWARE
- help
- Firmware for Microchip WILC1000 wireless device
- These binary blobs are provided directly from Microchip.
- Ideally, the firmware version should match driver version.
- Generally, the latest firmware would be acceptable regardless
- of driver version.
- These will be installed to /lib/firmware/mchp/
- https://github.com/linux4wilc/firmware
- config BR2_PACKAGE_WILC3000_FIRMWARE
- bool "wilc3000-firmware"
- select BR2_PACKAGE_WILC_FIRMWARE
- help
- Firmware for Microchip WILC3000 wireless device
- These binary blobs are provided directly from Microchip.
- Ideally, the firmware version should match driver version.
- Generally, the latest firmware would be acceptable regardless
- of driver version.
- These will be installed to /lib/firmware/mchp/
- https://github.com/linux4wilc/firmware
|