[linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Fri Nov 22 11:35:48 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

The TEA575X sound driver configuration is relocated from the kernel
recipe's media.cfg to here.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg b/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
index 2be4ea4..b08f411 100644
--- a/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
+++ b/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
@@ -8,6 +8,7 @@ CONFIG_MTRR=y
 # Basic hardware support for the box - network, USB, PCI, sound
 CONFIG_PCI=y
 CONFIG_PCIEPORTBUS=y
+CONFIG_SND_TEA575X=m
 
 # Ensure we can boot over MMC
 CONFIG_MMC=y
-- 
1.8.1.4



More information about the linux-yocto mailing list