The skylake audio driver enables CONFIG_SDW which in turn does not
correcly select/enable its dependencies so the build fails if
CONFIG_CRC8 is not explicitly enabled.

The build failure triggers when disabling common-pc-wifi.cfg.

Signed-off-by: Mikko Ylinen <mikko.yli...@linux.intel.com>
---
 features/soc/skylake/skylake.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/soc/skylake/skylake.cfg b/features/soc/skylake/skylake.cfg
index 954c9f89..ab11c8cb 100644
--- a/features/soc/skylake/skylake.cfg
+++ b/features/soc/skylake/skylake.cfg
@@ -17,6 +17,7 @@ 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_CRC8=m
 
 # Additional IO support
 CONFIG_BT_HCIUART=m
-- 
2.14.1

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

Reply via email to