[linux-yocto] [PATCH v2 01/11] snd_hda_intel: Convert to module based configuration
Saul Wold
sgw at linux.intel.com
Wed Jul 1 16:06:37 PDT 2015
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 <sgw at 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
More information about the linux-yocto
mailing list