From 3636773aa5bf863f35ca561a44e595fadb2194e2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Jun 2014 08:01:32 +0200 Subject: enable audio support for qemu-x86/qemu-x86_64 --- target/config/Config.in.qemuopts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/config/Config.in.qemuopts') diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts index e93f4d4b6..ffb48946c 100644 --- a/target/config/Config.in.qemuopts +++ b/target/config/Config.in.qemuopts @@ -95,5 +95,17 @@ config ADK_TARGET_QEMU_WITH_VIRTIO select ADK_KERNEL_VIRTIO_NET select ADK_KERNEL_VIRTIO_BLK +endchoice + +choice +prompt "Qemu Emulation with audio support" +depends on ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86 + +config ADK_TARGET_QEMU_WITHOUT_AUDIO + boolean "disabled" + +config ADK_TARGET_QEMU_WITH_AUDIO + boolean "enabled" + endchoice endmenu -- cgit v1.2.3