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-23 23:25:21 -0400
commit12bfc0156e0f0cfffdca9b0957b7c6e4a82eae51 (patch)
treeccf20c3f4d3120df334e828b79bebf0825afaec3 /drivers
parentb503138e49ebe68d2874e3c14237e14ce37b1bf5 (diff)
downloadlinux-12bfc0156e0f0cfffdca9b0957b7c6e4a82eae51.tar.bz2
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