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

2016-04-28 Thread Sullivan, California L
What is the rational for CONFIG_DRM_LOAD_EDID_FIRMWARE=y? From my
understanding it is to manually load monitor information for monitors
that don't provide it itself. If my understanding is correct this option
shouldn't be necessary for general Skylake enabling.

---
Cal

On 04/27/2016 09:24 PM, chun.weng@intel.com wrote:
> From: Ong Chun Weng 
>
> ---
>  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 000..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 000..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

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


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

2016-04-27 Thread chun . weng . ong
From: Ong Chun Weng 

---
 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 000..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 000..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

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