Commit fbcfcff7 authored by Jialin Zhang's avatar Jialin Zhang
Browse files

Net: ethernet: 3snic 3s9xx network driver add "select NET_DEVLINK"

3snic inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I77U9U


CVE: NA

---------------------------

Net: ethernet: 3snic 3s9xx network Kconfig add "select NET_DEVLINK"

Signed-off-by: default avatarSteven Song <steven.song@3snic.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parent 97ce9d1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@

config NET_VENDOR_3SNIC
	bool "3SNIC smart NIC devices"
	default y
	depends on PCI
	select NET_DEVLINK
	help
	  If you have a network (Ethernet) card belonging to this class, say Y.

+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ config SSSNIC
	depends on PCI
	depends on ARM64 || X86_64
	select SSSNIC_HW
	default m
	help
	  This driver supports 3SNIC Ethernet Controller SSSNIC device.
	  For more information about this product, go to the product
@@ -22,4 +21,3 @@ config SSSNIC
config SSSNIC_HW
	tristate
	depends on PCI
	default n