diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 156822e3cc79..1cedc2356b78 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -172,7 +172,8 @@ config DEBUG_VM | |||
172 | bool "Debug VM" | 172 | bool "Debug VM" |
173 | depends on DEBUG_KERNEL | 173 | depends on DEBUG_KERNEL |
174 | help | 174 | help |
175 | Enable this to debug the virtual-memory system. | 175 | Enable this to turn on extended checks in the virtual-memory system |
176 | that may impact performance. | ||
176 | 177 | ||
177 | If unsure, say N. | 178 | If unsure, say N. |
178 | 179 | ||