You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
343 B
13 lines
343 B
# SPDX-License-Identifier: GPL-2.0-only
|
|
# ALSA Xen drivers
|
|
|
|
config SND_XEN_FRONTEND
|
|
tristate "Xen para-virtualized sound frontend driver"
|
|
depends on XEN
|
|
select SND_PCM
|
|
select XEN_XENBUS_FRONTEND
|
|
select XEN_FRONT_PGDIR_SHBUF
|
|
help
|
|
Choose this option if you want to enable a para-virtualized
|
|
frontend sound driver for Xen guest OSes.
|