diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 08:01:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 08:01:48 +0200 |
commit | 3636773aa5bf863f35ca561a44e595fadb2194e2 (patch) | |
tree | 1304dd33fa4df60bc1ce0d19679966c4fce61ebd /target/config | |
parent | 488db3d5e0f0dc3c7c8c968e81aa3a1107c459bf (diff) |
enable audio support for qemu-x86/qemu-x86_64
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.qemuopts | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -96,4 +96,16 @@ config ADK_TARGET_QEMU_WITH_VIRTIO 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 |