projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee98689
)
Currently DRM depends on PCI this will need to change for ffb on Sparc to
author
Dave Airlie
<airlied@starflyer.(none)>
Thu, 23 Jun 2005 12:43:00 +0000
(22:43 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Thu, 23 Jun 2005 12:43:00 +0000
(22:43 +1000)
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>
drivers/char/drm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/drm/Kconfig
b/drivers/char/drm/Kconfig
index d9a02993467873505e71bc3b849bcd3733520cbb..c2b12eab67c9de8361ad8bc839877049bbf3df26 100644
(file)
--- a/
drivers/char/drm/Kconfig
+++ b/
drivers/char/drm/Kconfig
@@
-6,7
+6,7
@@
#
config DRM
tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
- depends on
AGP || AGP=n
+ depends on
(AGP || AGP=n) && PCI
help
Kernel-level support for the Direct Rendering Infrastructure (DRI)
introduced in XFree86 4.0. If you say Y here, you need to select