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/linux/config | |
parent | 488db3d5e0f0dc3c7c8c968e81aa3a1107c459bf (diff) |
enable audio support for qemu-x86/qemu-x86_64
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.audio | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio index 5b6777c95..0e2c760d4 100644 --- a/target/linux/config/Config.in.audio +++ b/target/linux/config/Config.in.audio @@ -82,10 +82,11 @@ config ADK_KERNEL_SND_INTEL8X0 select ADK_KERNEL_SND_PCI select ADK_KERNEL_SND_AC97_CODEC default m if ADK_TARGET_SYSTEM_IBM_X40 + default m if ADK_TARGET_QEMU_WITH_AUDIO default n - depends on ADK_TARGET_WITH_PCI + depends on ADK_TARGET_WITH_PCI || ADK_TARGET_QEMU help - Driver for intel chipsets. + Driver for intel chipsets. config ADK_KERNEL_SND_VIA82XX prompt "VIA82XX driver" |