1 # SPDX-License-Identifier: MIT
3 bool "Enable amdgpu support for SI parts"
6 Choose this option if you want to enable experimental support
9 SI is already supported in radeon. Experimental support for SI
10 in amdgpu will be disabled by default and is still provided by
11 radeon. Use module options to override this:
13 radeon.si_support=0 amdgpu.si_support=1
16 bool "Enable amdgpu support for CIK parts"
19 Choose this option if you want to enable support for CIK asics.
21 CIK is already supported in radeon. Support for CIK in amdgpu
22 will be disabled by default and is still provided by radeon.
23 Use module options to override this:
25 radeon.cik_support=0 amdgpu.cik_support=1
27 config DRM_AMDGPU_USERPTR
28 bool "Always enable userptr write support"
34 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
35 isn't already selected to enabled full userptr support.
37 config DRM_AMDGPU_GART_DEBUGFS
38 bool "Allow GART access through debugfs"
43 Selecting this option creates a debugfs file to inspect the mapped
44 pages. Uses more memory for housekeeping, enable only for debugging.
46 source "drivers/gpu/drm/amd/acp/Kconfig"
47 source "drivers/gpu/drm/amd/display/Kconfig"
48 source "drivers/gpu/drm/amd/amdkfd/Kconfig"