Skip to content

Commit 9e0b97e

Browse files
committed
drm: make CONFIG_DRM depend on CONFIG_SHMEM.
This can be removed later when DRM doesn't depend on shmem. Signed-off-by: Dave Airlie <[email protected]>
1 parent edc6f38 commit 9e0b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
menuconfig DRM
88
tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9-
depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG
9+
depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && SHMEM
1010
help
1111
Kernel-level support for the Direct Rendering Infrastructure (DRI)
1212
introduced in XFree86 4.0. If you say Y here, you need to select

0 commit comments

Comments
 (0)