xref: /linux/drivers/gpu/drm/amd/amdgpu/Kconfig (revision d38ceaf99ed015f2a0b9af3499791bd3a3daae21)
1*d38ceaf9SAlex Deucherconfig DRM_AMDGPU_CIK
2*d38ceaf9SAlex Deucher	bool "Enable amdgpu support for CIK parts"
3*d38ceaf9SAlex Deucher	depends on DRM_AMDGPU
4*d38ceaf9SAlex Deucher	help
5*d38ceaf9SAlex Deucher	  Choose this option if you want to enable experimental support
6*d38ceaf9SAlex Deucher	  for CIK asics.
7*d38ceaf9SAlex Deucher
8*d38ceaf9SAlex Deucher	  CIK is already supported in radeon.  CIK support in amdgpu
9*d38ceaf9SAlex Deucher	  is for experimentation and testing.
10*d38ceaf9SAlex Deucher
11*d38ceaf9SAlex Deucherconfig DRM_AMDGPU_USERPTR
12*d38ceaf9SAlex Deucher	bool "Always enable userptr write support"
13*d38ceaf9SAlex Deucher	depends on DRM_AMDGPU
14*d38ceaf9SAlex Deucher	select MMU_NOTIFIER
15*d38ceaf9SAlex Deucher	help
16*d38ceaf9SAlex Deucher	  This option selects CONFIG_MMU_NOTIFIER if it isn't already
17*d38ceaf9SAlex Deucher	  selected to enabled full userptr support.
18