mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
|
# ALSA Xen drivers
|
||
|
|
||
|
config SND_XEN_FRONTEND
|
||
|
tristate "Xen para-virtualized sound frontend driver"
|
||
|
depends on XEN
|
||
|
select SND_PCM
|
||
|
select XEN_XENBUS_FRONTEND
|
||
|
help
|
||
|
Choose this option if you want to enable a para-virtualized
|
||
|
frontend sound driver for Xen guest OSes.
|