1config DRM_I915_DEBUG 2 bool "Enable additional driver debugging" 3 depends on DRM_I915 4 default n 5 help 6 Choose this option to turn on extra driver debugging that may affect 7 performance but will catch some internal issues. 8 9 Recommended for driver developers only. 10 11 If in doubt, say "N". 12 13