[linux-yocto] [yocto-kernel-cache][PATCH 3/6] intel-common: add support for more driver features for 32-bit system

chun.weng.ong at intel.com chun.weng.ong at intel.com
Wed Apr 27 21:23:13 PDT 2016


From: Ong Chun Weng <chun.weng.ong at intel.com>

Enable features that supported by Skylake in 32-bit intel common BSP.

---
 bsp/intel-common/intel-common-drivers-32.scc | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/bsp/intel-common/intel-common-drivers-32.scc b/bsp/intel-common/intel-common-drivers-32.scc
index 7fcddb7..db5fb41 100644
--- a/bsp/intel-common/intel-common-drivers-32.scc
+++ b/bsp/intel-common/intel-common-drivers-32.scc
@@ -3,3 +3,31 @@
 # Common drivers and technologies to enable intel-common 32bit derived BSPs.
 #
 include features/eg20t/eg20t.scc
+
+include features/power/intel.scc
+
+# OSS sound support
+include cfg/sound.scc
+
+# Enable options for xhci (USB 3.0)
+include features/usb/xhci-hcd.scc
+
+# Enable options for ehci (USB 2.0)
+include features/usb/ehci-hcd.scc
+
+# Coretemp support for Intel platforms
+include features/thermal/coretemp.scc
+
+# Intel High Definition Audio Support
+include features/sound/snd_hda_intel.scc
+
+include features/intel-e1xxxx/intel-e1xxxx.scc
+
+# Enable iwlwifi support
+include features/iwlwifi/iwlwifi.scc
+
+# Bluetooth
+include features/bluetooth/bluetooth.scc
+
+# Enable options for the Intel Management Engine Interface include
+features/amt/mei/mei.scc
-- 
1.9.1



More information about the linux-yocto mailing list