Kconfig 253 B

12345678
  1. # SPDX-License-Identifier: MIT
  2. config DRM_RADEON_USERPTR
  3. bool "Always enable userptr support"
  4. depends on DRM_RADEON
  5. select MMU_NOTIFIER
  6. help
  7. This option selects CONFIG_MMU_NOTIFIER if it isn't already
  8. selected to enabled full userptr support.