diff options
author | Dave Airlie <airlied@linux.ie> | 2004-07-21 09:36:16 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-07-21 09:36:16 +0000 |
commit | ea2155a2e1c31f634d80701a00fb19af6d3402c3 (patch) | |
tree | 9988388adcdf8c443a006c9317fde7c3a39fc5c2 | |
parent | c9911beb0957c7ccf93c73f77f349f3f8788b526 (diff) |
ATI Rage 128 and Radeon DRM unconditionally depend on PCI
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | linux-core/Kconfig | 6 | ||||
-rw-r--r-- | linux/Kconfig | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/linux-core/Kconfig b/linux-core/Kconfig index b92fde13..5fd8ee67 100644 --- a/linux-core/Kconfig +++ b/linux-core/Kconfig @@ -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 @@ -100,7 +100,7 @@ config DRM_VIA config DRM_MACH64 tristate "ATI Rage Pro (Mach64)" - depends on DRM + depends on DRM && PCI help Choose this option if you have an ATI Rage Pro (mach64 chipset) graphics card. Example cards include: 3D Rage Pro, Xpert 98, diff --git a/linux/Kconfig b/linux/Kconfig index b92fde13..5fd8ee67 100644 --- a/linux/Kconfig +++ b/linux/Kconfig @@ -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 @@ -100,7 +100,7 @@ config DRM_VIA config DRM_MACH64 tristate "ATI Rage Pro (Mach64)" - depends on DRM + depends on DRM && PCI help Choose this option if you have an ATI Rage Pro (mach64 chipset) graphics card. Example cards include: 3D Rage Pro, Xpert 98, |