Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_DRM_XEN
	bool "DRM Support for Xen guest OS"
	depends on CONFIG_XEN
	help
	  Choose this option if you want to enable CONFIG_DRM support
	  for Xen.

config CONFIG_DRM_XEN_FRONTEND
	tristate "Para-virtualized frontend driver for Xen guest OS"
	depends on CONFIG_DRM_XEN
	depends on CONFIG_DRM
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_VIDEOMODE_HELPERS
	select CONFIG_XEN_XENBUS_FRONTEND
	select CONFIG_XEN_FRONT_PGDIR_SHBUF
	help
	  Choose this option if you want to enable a para-virtualized
	  frontend CONFIG_DRM/KMS driver for Xen guest OSes.