config [31mCONFIG_DRM_I915_WERROR[0m bool "Force GCC to throw an error instead of a warning when compiling" # As this may inadvertently break the build, only allow the user # to shoot oneself in the foot iff they aim really hard depends on [31mCONFIG_EXPERT[0m # We use the dependency on ![31mCONFIG_COMPILE_TEST[0m to not be enabled in # allmodconfig or allyesconfig configurations depends on ![31mCONFIG_COMPILE_TEST[0m default n help Add -Werror to the build flags for (and only for) i915.ko. Do not enable this unless you are writing code for the i915.ko module. Recommended for driver developers only. If in doubt, say "N". config [31mCONFIG_DRM_I915_DEBUG[0m bool "Enable additional driver debugging" depends on [31mCONFIG_DRM_I915[0m select [31mCONFIG_PREEMPT_COUNT[0m select [31mCONFIG_X86_MSR[0m # used by igt/pm_rpm select [31mCONFIG_DRM_VGEM[0m # used by igt/prime_vgem (dmabuf interop checks) select [31mCONFIG_DRM_DEBUG_MM[0m if [31mCONFIG_DRM[0m=y default n help Choose this option to turn on extra driver debugging that may affect performance but will catch some internal issues. Recommended for driver developers only. If in doubt, say "N". config [31mCONFIG_DRM_I915_DEBUG_GEM[0m bool "Insert extra checks into the GEM internals" default n depends on [31mCONFIG_DRM_I915_WERROR[0m help Enable extra sanity checks (including BUGs) along the GEM driver paths that may slow the system down and if hit hang the machine. Recommended for driver developers only. If in doubt, say "N". |