config DRM_GSGPU_USERPTR
	bool "Always enable userptr write support"
	depends on DRM_GSGPU
	select HMM_MIRROR
	default y
	help
		This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
		isn't already selected to enabled full userptr support.

config DRM_GSGPU_GART_DEBUGFS
	bool "Allow GART access through debugfs"
	depends on DRM_GSGPU
	depends on DEBUG_FS
	default n
	help
	  Selecting this option creates a debugfs file to inspect the mapped
	  pages. Uses more memory for housekeeping, enable only for debugging.
