generic-poky/meta/recipes-kernel
Bruce Ashfield 6abfee773f linux-yocto: enable audio for selected qemu targets
Fixes [BUGID #488 #734]

Enable audio for qemux86/qemux86-64 via the following kernel
configuration options.

  CONFIG_SOUND_OSS_CORE=y
  CONFIG_SOUND_OSS_CORE_PRECLAIM=y
  CONFIG_SND_RAWMIDI=m
  CONFIG_SND_SEQUENCER=y
  CONFIG_SND_OSSEMUL=y
  CONFIG_SND_MIXER_OSS=y
  CONFIG_SND_PCM_OSS=y
  CONFIG_SND_PCM_OSS_PLUGINS=y
  CONFIG_SND_SEQUENCER_OSS=y
  CONFIG_SND_RAWMIDI_SEQ=m
  CONFIG_SND_AC97_CODEC=m
  CONFIG_SND_ENS1370=m
  CONFIG_SND_INTEL8X0=m
  CONFIG_AC97_BUS=m

The mechanism to trigger these options is in the form of an
optional kernel feature that is only appended for qemux86
and qemux86-64, but is contained within the kernel tree.

This allows several things:

  - the options to be available/shared for all boards
  - the options to be in tree
  - to not add the options to every board, which unecessarily
    bloats the default configuration.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-23 16:23:32 +00:00
..
blktrace blktrace: fix build issue with gcc dso linking change 2011-01-20 21:37:04 +00:00
dtc dtc: add LIC_FILES_CHKSUM to dtc-native 2011-02-09 11:16:34 +00:00
kern-tools kern-tools: update to the new repository 2011-01-25 12:01:13 -08:00
kexec recipes-kernel: Update SUMMARY and DESCRIPTION 2010-12-16 15:53:09 +00:00
latencytop SRC_URI Checksums Additionals 2010-12-09 08:18:17 -08:00
linux linux-yocto: enable audio for selected qemu targets 2011-02-23 16:23:32 +00:00
linux-firmware recpies: use SRCPV instead of SRCREV for PV 2011-01-06 10:37:30 +00:00
linux-libc-headers linux-libc-headers-yocto: Added RPROVIDES. 2011-02-16 07:34:52 -08:00
lttng lttng-viewer: Fix rootfs contruction 2011-02-16 16:13:03 +00:00
module-init-tools recipes-kernel: Update SUMMARY and DESCRIPTION 2010-12-16 15:53:09 +00:00
modutils modutils: Extend gcc4 patch for obj_ppc.c 2011-01-06 10:06:31 +00:00
oprofile oprofileui: fix the build failure after gcc dso change 2011-01-20 21:37:03 +00:00
powertop recipes-kernel: Update SUMMARY and DESCRIPTION 2010-12-16 15:53:09 +00:00
sysprof sysprof: add system-wide performance profiler for Linux. 2010-12-10 22:01:29 -08:00
systemtap systemtap: new package 2011-01-20 21:36:57 +00:00
trace-cmd trace-cmd: Bump SRCREV and recipe PV and PR values. 2011-01-12 00:55:48 -08:00
update-modules recipes: pre/post actions 2011-02-12 00:31:43 +00:00