From: Christian König Date: Mon, 8 Mar 2021 18:22:13 +0000 (+0100) Subject: drm/radeon: fix AGP dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cba2afb65cb05c3d197d17323fee4e3c9edef9cd;p=linux.git drm/radeon: fix AGP dependency When AGP is compiled as module radeon must be compiled as module as well. Signed-off-by: Christian König Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 8bf103de1594c..19fc4ce62a94e 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -225,6 +225,7 @@ source "drivers/gpu/drm/arm/Kconfig" config DRM_RADEON tristate "ATI Radeon" depends on DRM && PCI && MMU + depends on AGP || !AGP select FW_LOADER select DRM_KMS_HELPER select DRM_TTM