#
# Drm MSM hypervisor configuration
#
# This driver provides support for the User Space DRM Masters
#
config DRM_MSM_HYP
	tristate "MSM DRM HYP"
	depends on DRM
	depends on QTI_GVM
	depends on OF
	select SYNC_FILE
	select SW_SYNC
	help
	  DRM/KMS HYP driver for MSM/snapdragon in Guest VM mode. This driver
	  registers with DRM framework to create /dev/dri/card0 path and issue
	  events to User Space listeners.
