Home | History | Annotate | Line # | Download | only in xen
      1  1.1  riastrad # SPDX-License-Identifier: GPL-2.0-only
      2  1.1  riastrad config DRM_XEN
      3  1.1  riastrad 	bool "DRM Support for Xen guest OS"
      4  1.1  riastrad 	depends on XEN
      5  1.1  riastrad 	help
      6  1.1  riastrad 	  Choose this option if you want to enable DRM support
      7  1.1  riastrad 	  for Xen.
      8  1.1  riastrad 
      9  1.1  riastrad config DRM_XEN_FRONTEND
     10  1.1  riastrad 	tristate "Para-virtualized frontend driver for Xen guest OS"
     11  1.1  riastrad 	depends on DRM_XEN
     12  1.1  riastrad 	depends on DRM
     13  1.1  riastrad 	select DRM_KMS_HELPER
     14  1.1  riastrad 	select VIDEOMODE_HELPERS
     15  1.1  riastrad 	select XEN_XENBUS_FRONTEND
     16  1.1  riastrad 	select XEN_FRONT_PGDIR_SHBUF
     17  1.1  riastrad 	help
     18  1.1  riastrad 	  Choose this option if you want to enable a para-virtualized
     19  1.1  riastrad 	  frontend DRM/KMS driver for Xen guest OSes.
     20