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:
parent
e219b7f38b
commit
f88c64d28c
1 changed files with 17 additions and 0 deletions
|
@ -1193,6 +1193,23 @@ endef
|
||||||
$(eval $(call KernelPackage,mlx5-core))
|
$(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
|
define KernelPackage/sfp
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=SFP cage support
|
TITLE:=SFP cage support
|
||||||
|
|
Loading…
Reference in a new issue