From: Christian König Date: Tue, 31 Mar 2015 15:36:59 +0000 (+0200) Subject: drm/radeon: add userptr config option X-Git-Tag: v4.14-rc1~5533^2~5^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6a1fc725a847b75be9bd0d1e91d0e1c529ad93f;p=platform%2Fkernel%2Flinux-rpi.git drm/radeon: add userptr config option This allows selecting CONFIG_MMU_NOTIFIER if it isn't already selected. Signed-off-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig index 970f8e9..421ae13 100644 --- a/drivers/gpu/drm/radeon/Kconfig +++ b/drivers/gpu/drm/radeon/Kconfig @@ -1,3 +1,11 @@ +config DRM_RADEON_USERPTR + bool "Always enable userptr support" + depends on DRM_RADEON + select MMU_NOTIFIER + help + This option selects CONFIG_MMU_NOTIFIER if it isn't already + selected to enabled full userptr support. + config DRM_RADEON_UMS bool "Enable userspace modesetting on radeon (DEPRECATED)" depends on DRM_RADEON