Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / sound / virtio / Kconfig
diff --git a/sound/virtio/Kconfig b/sound/virtio/Kconfig
new file mode 100644 (file)
index 0000000..094cba2
--- /dev/null
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
+# Sound card driver for virtio
+
+config SND_VIRTIO
+       tristate "Virtio sound driver"
+       depends on VIRTIO
+       select SND_PCM
+       select SND_JACK
+       help
+          This is the virtual sound driver for virtio. Say Y or M.