kernel: netdevices: add generic selftests module
Upstream in commit 3e1e58d64c3d ("net: add generic selftest support") in version 5.13 added generic selftests module and usb-net-asix already depends on it, in version 5.18 via commit 1710b52d7c13 ("net: usb: smsc95xx: add generic selftest support") it will be used by usb-net-smsc95xx as well. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
0225469dcd
commit
8361946e1b
1 changed files with 16 additions and 0 deletions
|
@ -1224,6 +1224,22 @@ endef
|
|||
$(eval $(call KernelPackage,mlx5-core))
|
||||
|
||||
|
||||
define KernelPackage/net-selftests
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
DEPENDS:=+kmod-libphy
|
||||
TITLE:=Network generic selftest support
|
||||
KCONFIG:=CONFIG_NET_SELFTESTS
|
||||
FILES:=$(LINUX_DIR)/net/core/selftests.ko
|
||||
AUTOLOAD:=$(call AutoLoad,99,selftests)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-selftests/description
|
||||
Kernel modules for the generic selftest support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,net-selftests))
|
||||
|
||||
|
||||
define KernelPackage/qlcnic
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-hwmon-core
|
||||
|
|
Loading…
Reference in a new issue