kernel: netdev: add qlcnic

Add driver for QLogic QLE8240 and QLE8242 Converged Ethernet devices.

Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>
This commit is contained in:
Vieno Hakkerinen 2021-04-20 15:37:44 +02:00 committed by Hauke Mehrtens
parent e219b7f38b
commit f88c64d28c
1 changed files with 17 additions and 0 deletions

View File

@ -1193,6 +1193,23 @@ endef
$(eval $(call KernelPackage,mlx5-core))
define KernelPackage/qlcnic
SUBMENU:=$(NETWORK_DEVICES_MENU)
DEPENDS:=@PCI_SUPPORT
TITLE:=QLogic QLE8240 and QLE8242 device support
KCONFIG:=CONFIG_QLCNIC
FILES:=$(LINUX_DIR)/drivers/net/ethernet/qlogic/qlcnic/qlcnic.ko
AUTOLOAD:=$(call AutoProbe,qlcnic)
endef
define KernelPackage/macvlan/description
This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
devices.
endef
$(eval $(call KernelPackage,qlcnic))
define KernelPackage/sfp
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=SFP cage support