kernel: modules: package Microchip LAN743x PCIe gigE driver

Package the Microchip LAN743x PCIe gigE driver

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2023-03-07 13:41:13 -08:00 committed by Hauke Mehrtens
parent 102dc5a625
commit 3e9005546a

View File

@ -1523,3 +1523,19 @@ endef
$(eval $(call KernelPackage,atlantic))
define KernelPackage/lan743x
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Microchip LAN743x PCI Express Gigabit Ethernet NIC
DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_LAN743X
FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/lan743x.ko
AUTOLOAD:=$(call AutoProbe,lan743x)
endef
define KernelPackage/lan743x/description
Kernel module for Microchip LAN743x PCI Express Gigabit Ethernet NIC
endef
$(eval $(call KernelPackage,lan743x))