kernel: add module support Intel Ethernet Controller I225 Series
add kernel module igc support Intel Ethernet Controller I225 Series. Signed-off-by: Tan Zien <nabsdh9@gmail.com>
This commit is contained in:
parent
649e098ec0
commit
4742ba41d0
@ -1219,3 +1219,18 @@ define KernelPackage/sfp/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sfp))
|
||||
|
||||
define KernelPackage/igc
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intel(R) Ethernet Controller I225 Series support
|
||||
DEPENDS:=@PCI_SUPPORT @!LINUX_4_19
|
||||
KCONFIG:=CONFIG_IGC
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/igc/igc.ko
|
||||
AUTOLOAD:=$(call AutoProbe,igc)
|
||||
endef
|
||||
|
||||
define KernelPackage/igc/description
|
||||
Kernel modules for Intel(R) Ethernet Controller I225 Series
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,igc))
|
||||
|
Loading…
Reference in New Issue
Block a user