diff options
Diffstat (limited to 'hw/audio/Kconfig')
-rw-r--r-- | hw/audio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig index d0993514a1..daf060e1be 100644 --- a/hw/audio/Kconfig +++ b/hw/audio/Kconfig @@ -50,3 +50,8 @@ config CS4231 config ASC bool + +config VIRTIO_SND + bool + default y + depends on VIRTIO |