Skip to content
Snippets Groups Projects
Commit 5834b79b authored by 谢秀奇's avatar 谢秀奇 Committed by Yang Yingliang
Browse files

x86/config: enable CONFIG_HINIC by default

hulk inclusion
cagegory: feature
feature: support 1822 on x86 platform

After patch "5d57d1e2 net/hinic: Add support for X86 Arch",
hinic driver could support x86 platform, so enable this config
by default.

Link: https://gitee.com/openeuler/kernel/issues/I1DC1F


Signed-off-by: default avatarXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent fb55fa92
No related branches found
No related tags found
No related merge requests found
......@@ -2508,6 +2508,7 @@ CONFIG_NET_VENDOR_INTEL=y
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
CONFIG_HINIC=m
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
......
......@@ -2509,6 +2509,7 @@ CONFIG_NET_VENDOR_INTEL=y
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
CONFIG_HINIC=m
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
......
......@@ -1701,6 +1701,7 @@ CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set
CONFIG_HINIC=m
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment