drm/radeon: fix AGP dependency
[ Upstream commit cba2afb65c
]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a0e3fcbeb
commit
8cdbee05b8
@ -206,6 +206,7 @@ source "drivers/gpu/drm/arm/Kconfig"
|
|||||||
config DRM_RADEON
|
config DRM_RADEON
|
||||||
tristate "ATI Radeon"
|
tristate "ATI Radeon"
|
||||||
depends on DRM && PCI && MMU
|
depends on DRM && PCI && MMU
|
||||||
|
depends on AGP || !AGP
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select DRM_KMS_HELPER
|
select DRM_KMS_HELPER
|
||||||
select DRM_TTM
|
select DRM_TTM
|
||||||
|
Reference in New Issue
Block a user