aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d2099f41aa1e..9d9dc0ddf13a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -469,6 +469,15 @@ config DEBUG_VM
469 469
470 If unsure, say N. 470 If unsure, say N.
471 471
472config DEBUG_VIRTUAL
473 bool "Debug VM translations"
474 depends on DEBUG_KERNEL && X86
475 help
476 Enable some costly sanity checks in virtual to page code. This can
477 catch mistakes with virt_to_page() and friends.
478
479 If unsure, say N.
480
472config DEBUG_WRITECOUNT 481config DEBUG_WRITECOUNT
473 bool "Debug filesystem writers count" 482 bool "Debug filesystem writers count"
474 depends on DEBUG_KERNEL 483 depends on DEBUG_KERNEL