# ALSA virtio drivers

menuconfig SND_VIRTIO_SUPPORT
	bool "VIRTIO sound devices"
	depends on VIRTIO
	help
	  Support for virtual sound devices accessed via virtio.

if SND_VIRTIO_SUPPORT

config SND_VIRTIO_QNX
	tristate "virtio based audio driver compatible with QNX host solution"
	select SND_HWDEP
	select SND_RAWMIDI
	select SND_PCM
	help
	  Say Y here to include support for virtio audio device exported by QNX
	  hypervisor.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-virtio-qnx.

endif	# SND_VIRTIO_SUPPORT
