244f607f4c
Separates out WILC1000 and WILC3000 in to individual config options since in reality only one or the other set would be needed. Signed-off-by: Kris Bahnsen <kris@embeddedTS.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
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 acceptible 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 acceptible regardless
|
|
of driver version.
|
|
|
|
These will be installed to /lib/firmware/mchp/
|
|
|
|
https://github.com/linux4wilc/firmware
|