xref: /openbmc/linux/drivers/gpu/drm/amd/amdgpu/Kconfig (revision 4f6cce39)
1config DRM_AMDGPU_SI
2	bool "Enable amdgpu support for SI parts"
3	depends on DRM_AMDGPU
4	help
5	  Choose this option if you want to enable experimental support
6	  for SI asics.
7
8config DRM_AMDGPU_CIK
9	bool "Enable amdgpu support for CIK parts"
10	depends on DRM_AMDGPU
11	help
12	  Choose this option if you want to enable experimental support
13	  for CIK asics.
14
15	  CIK is already supported in radeon.  CIK support in amdgpu
16	  is for experimentation and testing.
17
18config DRM_AMDGPU_USERPTR
19	bool "Always enable userptr write support"
20	depends on DRM_AMDGPU
21	select MMU_NOTIFIER
22	help
23	  This option selects CONFIG_MMU_NOTIFIER if it isn't already
24	  selected to enabled full userptr support.
25
26config DRM_AMDGPU_GART_DEBUGFS
27	bool "Allow GART access through debugfs"
28	depends on DRM_AMDGPU
29	depends on DEBUG_FS
30	default n
31	help
32	  Selecting this option creates a debugfs file to inspect the mapped
33	  pages. Uses more memory for housekeeping, enable only for debugging.
34
35source "drivers/gpu/drm/amd/acp/Kconfig"
36