Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e0b97e3 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

drm: make CONFIG_DRM depend on CONFIG_SHMEM.



This can be removed later when DRM doesn't depend on shmem.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent edc6f389
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@
#
#
menuconfig DRM
menuconfig DRM
	tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
	tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
	depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG
	depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && SHMEM
	help
	help
	  Kernel-level support for the Direct Rendering Infrastructure (DRI)
	  Kernel-level support for the Direct Rendering Infrastructure (DRI)
	  introduced in XFree86 4.0. If you say Y here, you need to select
	  introduced in XFree86 4.0. If you say Y here, you need to select