Removing some of the configs in leafhill.cfg that already
are available in usb-net and printk feature config fragments.
Enable them by including the feature fragments in leafhill.scc.

Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.ch...@intel.com>
---
 bsp/leafhill/leafhill.cfg | 9 ---------
 bsp/leafhill/leafhill.scc | 2 ++
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/bsp/leafhill/leafhill.cfg b/bsp/leafhill/leafhill.cfg
index aa0e583..467a413 100644
--- a/bsp/leafhill/leafhill.cfg
+++ b/bsp/leafhill/leafhill.cfg
@@ -1,5 +1,4 @@
 # Additional EFI support
-CONFIG_EARLY_PRINTK_EFI=y
 CONFIG_EFI_MIXED=y
 
 # Audio support
@@ -57,14 +56,6 @@ CONFIG_CC_STACKPROTECTOR_STRONG=y
 # MEI DAL support
 CONFIG_INTEL_MEI_DAL=m
 
-# MII PHY Device Drivers
-CONFIG_USB_NET_CDC_EEM=m
-CONFIG_USB_NET_HUAWEI_CDC_NCM=m
-CONFIG_USB_NET_CDC_MBIM=m
-CONFIG_USB_NET_RNDIS_HOST=m
-CONFIG_USB_IPHETH=m
-CONFIG_USB_HSO=m
-
 # Piezo Beep support
 CONFIG_INPUT_PCSPKR=m
 CONFIG_INPUT_PWM_BEEPER=m
diff --git a/bsp/leafhill/leafhill.scc b/bsp/leafhill/leafhill.scc
index 070bd76..8877c0e 100644
--- a/bsp/leafhill/leafhill.scc
+++ b/bsp/leafhill/leafhill.scc
@@ -2,9 +2,11 @@
 include bsp/intel-common/intel-common-drivers.scc
 include bsp/intel-common/intel-corei7-64.scc
 
+include features/debug/printk.cfg
 include features/i2c/i2c.scc
 include features/spi/spi.scc
 include features/usb/designware-usb3.scc
+include features/usb-net/usb-net.scc
 
 # This line comes last as it has the final word on
 # CONFIG values.
-- 
1.9.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to