qemu x86/x86_64: Add kernel IPC support
authorMartin Bark <martin@barkynet.com>
Thu, 24 Apr 2014 18:47:40 +0000 (19:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 9 May 2014 14:29:26 +0000 (16:29 +0200)
The alsa utils packages require a kernel with IPC support to run.  The
kernel config for the x86 and x86_64 qemu build includes sound support
using the hda driver but without the IPC support the alsa utils won't work.
This patch adds IPC support to the x86 and x86_64 kernel to allow alsa
utils to run and brings the kernel config inline with kernel configs for
other qemu boards.

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/qemu/x86/linux-3.13.config
board/qemu/x86_64/linux-3.13.config

index ad9517c19b9348c19a92be67398a3a3a1c8734b2..d738e4d374d5e7052ace82d0039ba401b9bbb4e0 100644 (file)
@@ -1,5 +1,6 @@
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
+CONFIG_SYSVIPC=y
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set
index ad9517c19b9348c19a92be67398a3a3a1c8734b2..d738e4d374d5e7052ace82d0039ba401b9bbb4e0 100644 (file)
@@ -1,5 +1,6 @@
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
+CONFIG_SYSVIPC=y
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set