package/linux-firmware: add option for Intel E800 Series Network Adapters

Signed-off-by: Joe Schultz <jschultz@xes-inc.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Joe Schultz 2021-12-16 13:28:54 -06:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 7bb6ebea99
commit e84bb6d295
2 changed files with 11 additions and 0 deletions

View file

@ -432,6 +432,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100
Firmware files for Intel 825xx handled by driver e100
(e100)
config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ICE
bool "Intel Ethernet 800 Series"
help
Firmware files for Intel Ethernet 800 Series Network Adapters
(ice)
config BR2_PACKAGE_LINUX_FIRMWARE_MICROCHIP_VSC85XX_PHY
bool "Microchip VSC85xx PHYs"
help

View file

@ -528,6 +528,11 @@ LINUX_FIRMWARE_FILES += e100/*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.e100
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ICE),y)
LINUX_FIRMWARE_FILES += intel/ice/ddp/*.pkg
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.ice_enhanced
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MICROCHIP_VSC85XX_PHY),y)
LINUX_FIRMWARE_FILES += microchip/mscc_vsc85*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.microchip