From 3503ee27726caee735cccf34e389916669877073 Mon Sep 17 00:00:00 2001 From: Zhu Yanjun Date: Tue, 30 May 2017 23:44:11 -0400 Subject: [PATCH] forcedeth: enable forcedeth kernel option Orabug: 25571921 The NVIDIA forcedeth nic is used in the customer hosts. As such, forcedeth driver is needed. Signed-off-by: yanjun.zhu@oracle.com Reviewed-by: John Haxby --- uek-rpm/ol7/config-x86_64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uek-rpm/ol7/config-x86_64 b/uek-rpm/ol7/config-x86_64 index d3ad342407eb..8788aed73249 100644 --- a/uek-rpm/ol7/config-x86_64 +++ b/uek-rpm/ol7/config-x86_64 @@ -2393,7 +2393,8 @@ CONFIG_MYRI10GE=m CONFIG_MYRI10GE_DCA=y # CONFIG_FEALNX is not set # CONFIG_NET_VENDOR_NATSEMI is not set -# CONFIG_NET_VENDOR_NVIDIA is not set +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_FORCEDETH=m CONFIG_NET_VENDOR_OKI=y CONFIG_ETHOC=m CONFIG_NET_PACKET_ENGINE=y -- 2.50.1