forked from Minki/linux
c6a1fc725a
This allows selecting CONFIG_MMU_NOTIFIER if it isn't already selected. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
17 lines
534 B
Plaintext
17 lines
534 B
Plaintext
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
|
|
help
|
|
Choose this option if you still need userspace modesetting.
|
|
|
|
Userspace modesetting is deprecated for quite some time now, so
|
|
enable this only if you have ancient versions of the DDX drivers.
|