Commit 6b4a6612 authored by Dave Airlie's avatar Dave Airlie

drm: update Kconfig for r128/radeon

ATI Rage 128 and Radeon DRM unconditionally depend on PCI
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 0f870aa2
......@@ -31,7 +31,7 @@ config DRM_GAMMA
config DRM_R128
tristate "ATI Rage 128"
depends on DRM
depends on DRM && PCI
help
Choose this option if you have an ATI Rage 128 graphics card. If M
is selected, the module will be called r128. AGP support for
......@@ -39,7 +39,7 @@ config DRM_R128
config DRM_RADEON
tristate "ATI Radeon"
depends on DRM
depends on DRM && PCI
help
Choose this option if you have an ATI Radeon graphics card. There
are both PCI and AGP versions. You don't need to choose this to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment