brintos

brintos / linux-shallow public Read only

0
0
Text · 343 B · d812eff Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA Xen drivers3 4config SND_XEN_FRONTEND5	tristate "Xen para-virtualized sound frontend driver"6	depends on XEN7	select SND_PCM8	select XEN_XENBUS_FRONTEND9	select XEN_FRONT_PGDIR_SHBUF10	help11	  Choose this option if you want to enable a para-virtualized12	  frontend sound driver for Xen guest OSes.13