43 lines · plain
1# SPDX-License-Identifier: MIT2 3config DRM_RADEON4 tristate "ATI Radeon"5 depends on DRM && PCI && MMU6 depends on AGP || !AGP7 select FW_LOADER8 select DRM_DISPLAY_DP_HELPER9 select DRM_DISPLAY_HELPER10 select DRM_KMS_HELPER11 select DRM_SUBALLOC_HELPER12 select DRM_TTM13 select DRM_TTM_HELPER14 select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION15 select SND_HDA_COMPONENT if SND_HDA_CORE16 select POWER_SUPPLY17 select HWMON18 select BACKLIGHT_CLASS_DEVICE19 select INTERVAL_TREE20 select I2C21 select I2C_ALGOBIT22 # radeon depends on ACPI_VIDEO when ACPI is enabled, for select to work23 # ACPI_VIDEO's dependencies must also be selected.24 select INPUT if ACPI25 select ACPI_VIDEO if ACPI26 # On x86 ACPI_VIDEO also needs ACPI_WMI27 select X86_PLATFORM_DEVICES if ACPI && X8628 select ACPI_WMI if ACPI && X8629 help30 Choose this option if you have an ATI Radeon graphics card. There31 are both PCI and AGP versions. You don't need to choose this to32 run the Radeon in plain VGA mode.33 34 If M is selected, the module will be called radeon.35 36config DRM_RADEON_USERPTR37 bool "Always enable userptr support"38 depends on DRM_RADEON39 select MMU_NOTIFIER40 help41 This option selects CONFIG_MMU_NOTIFIER if it isn't already42 selected to enabled full userptr support.43