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 # amdgpu depends on ACPI_VIDEO when ACPI is enabled, for select to work
22 # ACPI_VIDEO's dependencies must also be selected.
24 select ACPI_VIDEO if ACPI
25 # On x86 ACPI_VIDEO also needs ACPI_WMI
26 select X86_PLATFORM_DEVICES if ACPI && X86
27 select ACPI_WMI if ACPI && X86
29 Choose this option if you have a recent AMD Radeon graphics card.
31 If M is selected, the module will be called amdgpu.
34 bool "Enable amdgpu support for SI parts"
37 Choose this option if you want to enable experimental support
38 for SI (Southern Islands) asics.
40 SI is already supported in radeon. Experimental support for SI
41 in amdgpu will be disabled by default and is still provided by
42 radeon. Use module options to override this:
44 radeon.si_support=0 amdgpu.si_support=1
47 bool "Enable amdgpu support for CIK parts"
50 Choose this option if you want to enable support for CIK (Sea
53 CIK is already supported in radeon. Support for CIK in amdgpu
54 will be disabled by default and is still provided by radeon.
55 Use module options to override this:
57 radeon.cik_support=0 amdgpu.cik_support=1
59 config DRM_AMDGPU_USERPTR
60 bool "Always enable userptr write support"
66 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
67 isn't already selected to enabled full userptr support.
69 source "drivers/gpu/drm/amd/acp/Kconfig"
70 source "drivers/gpu/drm/amd/display/Kconfig"
71 source "drivers/gpu/drm/amd/amdkfd/Kconfig"