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
16 select SND_HDA_COMPONENT if SND_HDA_CORE
19 select BACKLIGHT_CLASS_DEVICE
23 # radeon depends on ACPI_VIDEO when ACPI is enabled, for select to work
24 # ACPI_VIDEO's dependencies must also be selected.
26 select ACPI_VIDEO if ACPI
27 # On x86 ACPI_VIDEO also needs ACPI_WMI
28 select X86_PLATFORM_DEVICES if ACPI && X86
29 select ACPI_WMI if ACPI && X86
31 Choose this option if you have an ATI Radeon graphics card. There
32 are both PCI and AGP versions. You don't need to choose this to
33 run the Radeon in plain VGA mode.
35 If M is selected, the module will be called radeon.
37 config DRM_RADEON_USERPTR
38 bool "Always enable userptr support"
42 This option selects CONFIG_MMU_NOTIFIER if it isn't already
43 selected to enabled full userptr support.