aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 483059a22b1b..2ac0a564af60 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -33,6 +33,20 @@ config DRM_DP_AUX_CHARDEV
33 read and write values to arbitrary DPCD registers on the DP aux 33 read and write values to arbitrary DPCD registers on the DP aux
34 channel. 34 channel.
35 35
36config DRM_DEBUG_MM
37 bool "Insert extra checks and debug info into the DRM range managers"
38 default n
39 depends on DRM=y
40 depends on STACKTRACE_SUPPORT
41 select STACKDEPOT
42 help
43 Enable allocation tracking of memory manager and leak detection on
44 shutdown.
45
46 Recommended for driver developers only.
47
48 If in doubt, say "N".
49
36config DRM_KMS_HELPER 50config DRM_KMS_HELPER
37 tristate 51 tristate
38 depends on DRM 52 depends on DRM