kernel: netdevices: add missing Kconfig to ice driver

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-11-11 14:50:38 +08:00
parent 903898e6fe
commit 0e31ff225b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -933,6 +933,7 @@ define KernelPackage/ice
DEPENDS:=@PCI_SUPPORT +kmod-ptp
KCONFIG:=\
CONFIG_ICE \
CONFIG_ICE_HWTS=y \
CONFIG_ICE_SWITCHDEV=y
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/ice/ice.ko
AUTOLOAD:=$(call AutoProbe,ice)