summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2013-01-22 17:40:55 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-01-28 18:44:48 -0500
commit3414f851ac740da23db92ab839716003e8a968a4 (patch)
tree6af27f2ce6783961e80c476bae3cee76e847f795
parentf4cc35d3ac44a29d3001a295a99f39ecf19fc9ca (diff)
downloadmeta-ti-3414f851ac740da23db92ab839716003e8a968a4.tar.gz
beagleboard.conf: add additional sound modules
require for audio to function Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/beagleboard.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index b3604a52..8f84c6cc 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -48,4 +48,5 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
48MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" 48MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
49 49
50# For a modularized kernel we want to drag in networking, sound, rtc etc." 50# For a modularized kernel we want to drag in networking, sound, rtc etc."
51MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl" 51MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl \
52 kernel-module-snd-soc-omap kernel-module-snd-soc-omap-mcbsp kernel-module-snd-soc-omap3beagle"