diff options
author | Christian König <christian.koenig@amd.com> | 2021-03-08 21:22:13 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-11 00:22:45 +0300 |
commit | cba2afb65cb05c3d197d17323fee4e3c9edef9cd (patch) | |
tree | 2cb2be8fdad4b77b61261dc9c87688a4ee56d8f2 /drivers/gpu/drm/Kconfig | |
parent | a25955ba123499d7db520175c6be59c29f9215e3 (diff) | |
download | linux-cba2afb65cb05c3d197d17323fee4e3c9edef9cd.tar.xz |
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/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
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 |