|
|
@@ -1821,6 +1821,23 @@ endef
|
|
|
|
|
|
$(eval $(call KernelPackage,igc))
|
|
|
|
|
|
+
|
|
|
+define KernelPackage/hinic
|
|
|
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
+ TITLE:=Huawei Intelligent PCIE Network Interface Card support
|
|
|
+ DEPENDS:=@PCI_SUPPORT @TARGET_x86||TARGET_armsr_armv8
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/net/ethernet/huawei/hinic/hinic.ko
|
|
|
+ KCONFIG:=CONFIG_HINIC
|
|
|
+ AUTOLOAD:=$(call AutoProbe,hinic)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/hinic/description
|
|
|
+ Kernel module for HiNIC PCIE Ethernet cards
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,hinic))
|
|
|
+
|
|
|
+
|
|
|
define KernelPackage/sfc
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=Solarflare SFC9000/SFC9100/EF100-family support
|