diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 1bd2e36f1538..fb772b6a41ad 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -289,7 +289,7 @@ config OPTIMIZE_INLINING | |||
289 | 289 | ||
290 | config DEBUG_STRICT_USER_COPY_CHECKS | 290 | config DEBUG_STRICT_USER_COPY_CHECKS |
291 | bool "Strict copy size checks" | 291 | bool "Strict copy size checks" |
292 | depends on DEBUG_KERNEL | 292 | depends on DEBUG_KERNEL && !TRACE_BRANCH_PROFILING |
293 | ---help--- | 293 | ---help--- |
294 | Enabling this option turns a certain set of sanity checks for user | 294 | Enabling this option turns a certain set of sanity checks for user |
295 | copy operations into compile time failures. | 295 | copy operations into compile time failures. |