blob: 421ae130809b12576e6c526c686a4a2d825c029c [file] [log] [blame]
Christian Königc6a1fc72015-03-31 17:36:59 +02001config DRM_RADEON_USERPTR
2 bool "Always enable userptr support"
3 depends on DRM_RADEON
4 select MMU_NOTIFIER
5 help
6 This option selects CONFIG_MMU_NOTIFIER if it isn't already
7 selected to enabled full userptr support.
8
Christian König14adc892013-01-21 13:58:46 +01009config DRM_RADEON_UMS
10 bool "Enable userspace modesetting on radeon (DEPRECATED)"
Jerome Glisse771fe6b2009-06-05 14:42:42 +020011 depends on DRM_RADEON
Jerome Glisse771fe6b2009-06-05 14:42:42 +020012 help
Christian König14adc892013-01-21 13:58:46 +010013 Choose this option if you still need userspace modesetting.
Dave Airlie1ca137c2010-02-05 19:02:24 +100014
Christian König14adc892013-01-21 13:58:46 +010015 Userspace modesetting is deprecated for quite some time now, so
16 enable this only if you have ancient versions of the DDX drivers.