Sound devices can be completely modularized instead of fully in the kernel
as they are not needed during the boot / startup time

Signed-off-by: Saul Wold <s...@linux.intel.com>
---
 meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg 
b/meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg
index 99a2875..ce4742c 100644
--- a/meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg
+++ b/meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg
@@ -1,6 +1,7 @@
-CONFIG_SOUND=y
-CONFIG_SND=y
-CONFIG_SND_PCI=y
+# Sound should be modular as it has limited use during boot up
+CONFIG_SOUND=m
+CONFIG_SND=m
+CONFIG_SND_PCI=m
 CONFIG_SND_HDA_INTEL=m
 CONFIG_SND_HDA_GENERIC=m
 CONFIG_SND_HDA_CODEC_HDMI=m
-- 
2.1.0

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

Reply via email to