summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-03-08 19:22:13 +0100
committerAlex Deucher <alexander.deucher@amd.com>2021-03-10 16:22:45 -0500
commitcba2afb65cb05c3d197d17323fee4e3c9edef9cd (patch)
tree2cb2be8fdad4b77b61261dc9c87688a4ee56d8f2 /drivers
parenta25955ba123499d7db520175c6be59c29f9215e3 (diff)
downloadlinux-stable-cba2afb65cb05c3d197d17323fee4e3c9edef9cd.tar.gz
linux-stable-cba2afb65cb05c3d197d17323fee4e3c9edef9cd.tar.bz2
linux-stable-cba2afb65cb05c3d197d17323fee4e3c9edef9cd.zip
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 <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 8bf103de1594..19fc4ce62a94 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