1*1f43b890SAlex Deucher# SPDX-License-Identifier: MIT 2c6a1fc72SChristian Königconfig DRM_RADEON_USERPTR 3c6a1fc72SChristian König bool "Always enable userptr support" 4c6a1fc72SChristian König depends on DRM_RADEON 5c6a1fc72SChristian König select MMU_NOTIFIER 6c6a1fc72SChristian König help 7c6a1fc72SChristian König This option selects CONFIG_MMU_NOTIFIER if it isn't already 8c6a1fc72SChristian König selected to enabled full userptr support. 9