xref: /linux/sound/virtio/Kconfig (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1# SPDX-License-Identifier: GPL-2.0+
2# Sound card driver for virtio
3
4config SND_VIRTIO
5	tristate "Virtio sound driver"
6	depends on VIRTIO
7	select SND_PCM
8	select SND_JACK
9	help
10          This is the virtual sound driver for virtio. Say Y or M.
11