Driver request - ics for intel e800 series

Help need to add ics for intel e800 series.
tried to add

define KernelPackage/ice
  SUBMENU:=$(NETWORK_DEVICES_MENU)
  TITLE:=Intel(R) Ethernet Connection E800 Series Support
  DEPENDS:=@PCI_SUPPORT +kmod-mdio +kmod-ptp +kmod-hwmon-core +kmod-libphy
  KCONFIG:=CONFIG_ICE \
    CONFIG_ICE_VXLAN=n \
    CONFIG_ICE_HWMON=y \
    CONFIG_ICE_DCA=n
  FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/ice/ice.ko
  AUTOLOAD:=$(call AutoProbe,ice)
endef

define KernelPackage/ice/description
 This driver supports Intel(R) Ethernet Connection E800 Series of devices.
endef

$(eval $(call KernelPackage,ice))

driver itself get build, but device won't up. lsmod get this

ice 176128 0

looks like still miss something.
can anyone help?

1 Like

Just forgot, the version tested is 21.02.5. build whole img from source