drm/amd/powerplay: implment sysfs feature status function in smu
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / amdgpu / Kconfig
index 844f0a1..a04f2fc 100644 (file)
@@ -27,10 +27,11 @@ config DRM_AMDGPU_CIK
 config DRM_AMDGPU_USERPTR
        bool "Always enable userptr write support"
        depends on DRM_AMDGPU
-       select MMU_NOTIFIER
+       depends on ARCH_HAS_HMM
+       select HMM_MIRROR
        help
-         This option selects CONFIG_MMU_NOTIFIER if it isn't already
-         selected to enabled full userptr support.
+         This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
+         isn't already selected to enabled full userptr support.
 
 config DRM_AMDGPU_GART_DEBUGFS
        bool "Allow GART access through debugfs"