1 # SPDX-License-Identifier: MIT
5 depends on DRM && PCI && MMU
8 select DRM_CLIENT_SELECTION
9 select DRM_DISPLAY_DP_HELPER
10 select DRM_DISPLAY_HELPER
12 select DRM_SUBALLOC_HELPER
15 select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
17 select SND_HDA_COMPONENT if SND_HDA_CORE
20 select BACKLIGHT_CLASS_DEVICE
24 # radeon depends on ACPI_VIDEO when ACPI is enabled, for select to work
25 # ACPI_VIDEO's dependencies must also be selected.
27 select ACPI_VIDEO if ACPI
28 # On x86 ACPI_VIDEO also needs ACPI_WMI
29 select X86_PLATFORM_DEVICES if ACPI && X86
30 select ACPI_WMI if ACPI && X86
32 Choose this option if you have an ATI Radeon graphics card. There
33 are both PCI and AGP versions. You don't need to choose this to
34 run the Radeon in plain VGA mode.
36 If M is selected, the module will be called radeon.
38 config DRM_RADEON_USERPTR
39 bool "Always enable userptr support"
43 This option selects CONFIG_MMU_NOTIFIER if it isn't already
44 selected to enabled full userptr support.