1 # SPDX-License-Identifier: MIT
5 depends on DRM && PCI && MMU
7 select DRM_DISPLAY_DP_HELPER
8 select DRM_DISPLAY_HDMI_HELPER
9 select DRM_DISPLAY_HELPER
18 select BACKLIGHT_CLASS_DEVICE
21 select DRM_SUBALLOC_HELPER
22 # amdgpu depends on ACPI_VIDEO when ACPI is enabled, for select to work
23 # ACPI_VIDEO's dependencies must also be selected.
25 select ACPI_VIDEO if ACPI
26 # On x86 ACPI_VIDEO also needs ACPI_WMI
27 select X86_PLATFORM_DEVICES if ACPI && X86
28 select ACPI_WMI if ACPI && X86
30 Choose this option if you have a recent AMD Radeon graphics card.
32 If M is selected, the module will be called amdgpu.
35 bool "Enable amdgpu support for SI parts"
38 Choose this option if you want to enable experimental support
39 for SI (Southern Islands) asics.
41 SI is already supported in radeon. Experimental support for SI
42 in amdgpu will be disabled by default and is still provided by
43 radeon. Use module options to override this:
45 radeon.si_support=0 amdgpu.si_support=1
48 bool "Enable amdgpu support for CIK parts"
51 Choose this option if you want to enable support for CIK (Sea
54 CIK is already supported in radeon. Support for CIK in amdgpu
55 will be disabled by default and is still provided by radeon.
56 Use module options to override this:
58 radeon.cik_support=0 amdgpu.cik_support=1
60 config DRM_AMDGPU_USERPTR
61 bool "Always enable userptr write support"
67 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
68 isn't already selected to enabled full userptr support.
70 source "drivers/gpu/drm/amd/acp/Kconfig"
71 source "drivers/gpu/drm/amd/display/Kconfig"
72 source "drivers/gpu/drm/amd/amdkfd/Kconfig"