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