diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-06-23 08:43:00 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-06-23 08:43:00 -0400 |
commit | cfd9e15f78fc6efe88ea8cb0722a731b331cfd80 (patch) | |
tree | 7dacff76a35805c52a067305c4a535c2a27bffa1 /drivers/char | |
parent | ee98689be1b054897ff17655008c3048fe88be94 (diff) |
Currently DRM depends on PCI this will need to change for ffb on Sparc to
be fixed but at the moment it is true.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/drm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig index d9a029934678..c2b12eab67c9 100644 --- a/drivers/char/drm/Kconfig +++ b/drivers/char/drm/Kconfig | |||
@@ -6,7 +6,7 @@ | |||
6 | # | 6 | # |
7 | config DRM | 7 | config DRM |
8 | tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" | 8 | tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" |
9 | depends on AGP || AGP=n | 9 | depends on (AGP || AGP=n) && PCI |
10 | help | 10 | help |
11 | Kernel-level support for the Direct Rendering Infrastructure (DRI) | 11 | Kernel-level support for the Direct Rendering Infrastructure (DRI) |
12 | introduced in XFree86 4.0. If you say Y here, you need to select | 12 | introduced in XFree86 4.0. If you say Y here, you need to select |