diff options
| author | Christian König <christian.koenig@amd.com> | 2021-03-08 19:22:13 +0100 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-23 23:25:21 -0400 |
| commit | 12bfc0156e0f0cfffdca9b0957b7c6e4a82eae51 (patch) | |
| tree | ccf20c3f4d3120df334e828b79bebf0825afaec3 /drivers/gpu | |
| parent | drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_table (diff) | |
| download | linux-12bfc0156e0f0cfffdca9b0957b7c6e4a82eae51.tar.gz linux-12bfc0156e0f0cfffdca9b0957b7c6e4a82eae51.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/gpu')
| -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 |
