Skip to content

Commit

Permalink
drm/radeon: fix AGP dependency
Browse files Browse the repository at this point in the history
When AGP is compiled as module radeon must be compiled as module as
well.

Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
ChristianKoenigAMD authored and alexdeucher committed Mar 10, 2021
1 parent a25955b commit cba2afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cba2afb

Please sign in to comment.