[linux-yocto] [PATCH 1/9] features/soc/skylake: Refactor and comment config fragment

California Sullivan california.l.sullivan at intel.com
Mon May 2 19:19:40 PDT 2016


Organized configurations into labeled sections. Removed NETCONSOLE
as its in the base configuration and is not necessarily a SoC feature.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 features/soc/skylake/skylake.cfg | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/features/soc/skylake/skylake.cfg b/features/soc/skylake/skylake.cfg
index 1bcf238..77f0efa 100644
--- a/features/soc/skylake/skylake.cfg
+++ b/features/soc/skylake/skylake.cfg
@@ -1,21 +1,31 @@
-CONFIG_CPU_IDLE=y
+# Skylake/Broxton LPSS support
 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
+
+# Additional power management support
 CONFIG_POWERCAP=y
 CONFIG_INTEL_RAPL=m
 CONFIG_INTEL_POWERCLAMP=m
+CONFIG_CPU_IDLE=y
+
+# Hardware monitoring
 CONFIG_HWMON=y
 CONFIG_SENSORS_I5500=m
+
+# Additional sound support
 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
+
+# Additional IO support
 CONFIG_BT_HCIUART=m
 CONFIG_BT_HCIUART_INTEL=y
+CONFIG_USB_EHCI_PCI=y
+CONFIG_GPIO_LYNXPOINT=m
+
+# Other misc support
 CONFIG_INTEL_MEI_TXE=m
-- 
2.5.5



More information about the linux-yocto mailing list