diff options
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 25e8e3793d29..d6ee0592b625 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -36,7 +36,7 @@ config DRM_DP_AUX_CHARDEV | |||
36 | config DRM_DEBUG_MM | 36 | config DRM_DEBUG_MM |
37 | bool "Insert extra checks and debug info into the DRM range managers" | 37 | bool "Insert extra checks and debug info into the DRM range managers" |
38 | default n | 38 | default n |
39 | depends on DRM | 39 | depends on DRM=y |
40 | select STACKDEPOT | 40 | select STACKDEPOT |
41 | help | 41 | help |
42 | Enable allocation tracking of memory manager and leak detection on | 42 | Enable allocation tracking of memory manager and leak detection on |