Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
(cxgb4)
+config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X
+ bool "QLogic FastLinQ 4xxxx"
+ help
+ Firmware files for QLogic FastLinQ 4xxxx ethernet devices
+ (qede)
+
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
bool "Realtek 8169"
help
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
endif
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
+LINUX_FIRMWARE_FILES += \
+ qed/qed_init_values_zipped-8.33.11.0.bin
+# No license file; the license is in the file WHENCE
+# which is installed unconditionally
+endif
+
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169),y)
LINUX_FIRMWARE_FILES += \
rtl_nic/rtl8105e-1.fw \