diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a6e7e7741523..28e9d6c98941 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -798,6 +798,15 @@ config DEBUG_VM | |||
798 | 798 | ||
799 | If unsure, say N. | 799 | If unsure, say N. |
800 | 800 | ||
801 | config DEBUG_VM_RB | ||
802 | bool "Debug VM red-black trees" | ||
803 | depends on DEBUG_VM | ||
804 | help | ||
805 | Enable this to turn on more extended checks in the virtual-memory | ||
806 | system that may impact performance. | ||
807 | |||
808 | If unsure, say N. | ||
809 | |||
801 | config DEBUG_VIRTUAL | 810 | config DEBUG_VIRTUAL |
802 | bool "Debug VM translations" | 811 | bool "Debug VM translations" |
803 | depends on DEBUG_KERNEL && X86 | 812 | depends on DEBUG_KERNEL && X86 |