[linux-yocto] [PATCH 1/5] eg20t: Explicitly include dependencies for PCH_GBE

Darren Hart dvhart at linux.intel.com
Mon Oct 22 15:28:50 PDT 2012


ETHERNET and NET_VENDOR_OKI are required for PCH_GBE.
Ensure they are included in the eg20t feature config.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/features/eg20t/eg20t.cfg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
index 3d4969c..3d020e7 100644
--- a/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
+++ b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
@@ -15,6 +15,8 @@ CONFIG_MISC_DEVICES=y
 CONFIG_PCH_PHUB=y
 
 CONFIG_NETDEVICES=y
+CONFIG_ETHERNET=y
+CONFIG_NET_VENDOR_OKI=y
 CONFIG_PCH_GBE=y
 
 CONFIG_USB_EG20T=y
-- 
1.7.5.4




More information about the linux-yocto mailing list