diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 347e33e5f395..2d0bd33b73aa 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -68,6 +68,22 @@ config DEBUG_RODATA | |||
68 | data. This is recommended so that we can catch kernel bugs sooner. | 68 | data. This is recommended so that we can catch kernel bugs sooner. |
69 | If in doubt, say "Y". | 69 | If in doubt, say "Y". |
70 | 70 | ||
71 | config DEBUG_RODATA_TEST | ||
72 | bool "Testcase for the DEBUG_RODATA feature" | ||
73 | depends on DEBUG_RODATA | ||
74 | help | ||
75 | This option enables a testcase for the DEBUG_RODATA | ||
76 | feature as well as for the change_page_attr() infrastructure. | ||
77 | If in doubt, say "N" | ||
78 | |||
79 | config DEBUG_NX_TEST | ||
80 | tristate "Testcase for the NX non-executable stack feature" | ||
81 | depends on DEBUG_KERNEL && m | ||
82 | help | ||
83 | This option enables a testcase for the CPU NX capability | ||
84 | and the software setup of this feature. | ||
85 | If in doubt, say "N" | ||
86 | |||
71 | config 4KSTACKS | 87 | config 4KSTACKS |
72 | bool "Use 4Kb for kernel stacks instead of 8Kb" | 88 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
73 | depends on DEBUG_KERNEL | 89 | depends on DEBUG_KERNEL |