14adc89298
KMS support is out and stable for a couple of years now and the userspace code has deprecated or abandoned the old UMS interface. So make the KMS interface the default and deprecate the UMS interface in the kernel as well. v2: rebased on alex/drm-next-3.9-wip Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
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.
|