ATI Rage 128 and Radeon DRM unconditionally depend on PCI
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>main
parent
c9911beb09
commit
ea2155a2e1
|
@ -31,7 +31,7 @@ config DRM_GAMMA
|
||||||
|
|
||||||
config DRM_R128
|
config DRM_R128
|
||||||
tristate "ATI Rage 128"
|
tristate "ATI Rage 128"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Rage 128 graphics card. If M
|
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
|
is selected, the module will be called r128. AGP support for
|
||||||
|
@ -39,7 +39,7 @@ config DRM_R128
|
||||||
|
|
||||||
config DRM_RADEON
|
config DRM_RADEON
|
||||||
tristate "ATI Radeon"
|
tristate "ATI Radeon"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Radeon graphics card. There
|
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
|
are both PCI and AGP versions. You don't need to choose this to
|
||||||
|
@ -100,7 +100,7 @@ config DRM_VIA
|
||||||
|
|
||||||
config DRM_MACH64
|
config DRM_MACH64
|
||||||
tristate "ATI Rage Pro (Mach64)"
|
tristate "ATI Rage Pro (Mach64)"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Rage Pro (mach64 chipset)
|
Choose this option if you have an ATI Rage Pro (mach64 chipset)
|
||||||
graphics card. Example cards include: 3D Rage Pro, Xpert 98,
|
graphics card. Example cards include: 3D Rage Pro, Xpert 98,
|
||||||
|
|
|
@ -31,7 +31,7 @@ config DRM_GAMMA
|
||||||
|
|
||||||
config DRM_R128
|
config DRM_R128
|
||||||
tristate "ATI Rage 128"
|
tristate "ATI Rage 128"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Rage 128 graphics card. If M
|
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
|
is selected, the module will be called r128. AGP support for
|
||||||
|
@ -39,7 +39,7 @@ config DRM_R128
|
||||||
|
|
||||||
config DRM_RADEON
|
config DRM_RADEON
|
||||||
tristate "ATI Radeon"
|
tristate "ATI Radeon"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Radeon graphics card. There
|
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
|
are both PCI and AGP versions. You don't need to choose this to
|
||||||
|
@ -100,7 +100,7 @@ config DRM_VIA
|
||||||
|
|
||||||
config DRM_MACH64
|
config DRM_MACH64
|
||||||
tristate "ATI Rage Pro (Mach64)"
|
tristate "ATI Rage Pro (Mach64)"
|
||||||
depends on DRM
|
depends on DRM && PCI
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Rage Pro (mach64 chipset)
|
Choose this option if you have an ATI Rage Pro (mach64 chipset)
|
||||||
graphics card. Example cards include: 3D Rage Pro, Xpert 98,
|
graphics card. Example cards include: 3D Rage Pro, Xpert 98,
|
||||||
|
|
Loading…
Reference in New Issue