[linux-yocto] [yocto-kernel-cache][PATCH 1/6] features: soc: enable configurations for skylake

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


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

---
 features/soc/skylake/skylake.cfg | 22 ++++++++++++++++++++++
 features/soc/skylake/skylake.scc | 12 ++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 features/soc/skylake/skylake.cfg
 create mode 100644 features/soc/skylake/skylake.scc

diff --git a/features/soc/skylake/skylake.cfg b/features/soc/skylake/skylake.cfg
new file mode 100644
index 0000000..5e09436
--- /dev/null
+++ b/features/soc/skylake/skylake.cfg
@@ -0,0 +1,22 @@
+CONFIG_CPU_IDLE=y
+CONFIG_MFD_INTEL_LPSS=m
+CONFIG_MFD_INTEL_LPSS_ACPI=m
+CONFIG_MFD_INTEL_LPSS_PCI=m
+CONFIG_INTEL_IDMA64=m
+CONFIG_GPIO_LYNXPOINT=m
+CONFIG_USB_EHCI_PCI=y
+CONFIG_POWERCAP=y
+CONFIG_INTEL_RAPL=m
+CONFIG_INTEL_POWERCLAMP=m
+CONFIG_HWMON=y
+CONFIG_SENSORS_I5500=m
+CONFIG_DRM_LOAD_EDID_FIRMWARE=y
+CONFIG_SND_HDA_I915=y
+CONFIG_SND_SOC_INTEL_SKL_RT286_MACH=m
+CONFIG_SND_SOC_INTEL_SST=m
+CONFIG_SND_SOC_INTEL_SST_ACPI=m
+CONFIG_SND_DYNAMIC_MINORS=y
+CONFIG_NETCONSOLE=y
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_INTEL=y
+CONFIG_INTEL_MEI_TXE=m
diff --git a/features/soc/skylake/skylake.scc b/features/soc/skylake/skylake.scc
new file mode 100644
index 0000000..bc59f22
--- /dev/null
+++ b/features/soc/skylake/skylake.scc
@@ -0,0 +1,12 @@
+# skylake.scc
+#
+# Features and devices found on the Skylake SoCs
+#
+
+# Enable I2C Support
+include features/i2c/i2c.scc
+
+# Enable mac 80211 + WLAN support
+include features/mac80211/mac80211.scc
+
+kconf hardware skylake.cfg
-- 
1.9.1



More information about the linux-yocto mailing list