diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a858b55e8ac7..bc6673ab3a08 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -2076,6 +2076,14 @@ config TEST_STACKINIT | |||
2076 | 2076 | ||
2077 | If unsure, say N. | 2077 | If unsure, say N. |
2078 | 2078 | ||
2079 | config TEST_MEMINIT | ||
2080 | tristate "Test heap/page initialization" | ||
2081 | help | ||
2082 | Test if the kernel is zero-initializing heap and page allocations. | ||
2083 | This can be useful to test init_on_alloc and init_on_free features. | ||
2084 | |||
2085 | If unsure, say N. | ||
2086 | |||
2079 | endif # RUNTIME_TESTING_MENU | 2087 | endif # RUNTIME_TESTING_MENU |
2080 | 2088 | ||
2081 | config MEMTEST | 2089 | config MEMTEST |