20 lines
528 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
# SPDX-License-Identifier: GPL-2.0-only
config DRM_XEN
2021-09-23 21:59:15 +05:00
bool "DRM Support for Xen guest OS"
depends on XEN
help
Choose this option if you want to enable DRM support
for Xen.
2021-05-27 00:09:36 +05:00
config DRM_XEN_FRONTEND
tristate "Para-virtualized frontend driver for Xen guest OS"
2021-09-23 21:59:15 +05:00
depends on DRM_XEN
depends on DRM
2021-05-27 00:09:36 +05:00
select DRM_KMS_HELPER
select VIDEOMODE_HELPERS
select XEN_XENBUS_FRONTEND
select XEN_FRONT_PGDIR_SHBUF
help
Choose this option if you want to enable a para-virtualized
frontend DRM/KMS driver for Xen guest OSes.