diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 9bb61e1aed69..38211ff0447f 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -204,4 +204,9 @@ config DEBUG_BOOT_PARAMS | |||
204 | help | 204 | help |
205 | This option will cause struct boot_params to be exported via debugfs. | 205 | This option will cause struct boot_params to be exported via debugfs. |
206 | 206 | ||
207 | config CPA_DEBUG | ||
208 | bool "CPA self test code" | ||
209 | help | ||
210 | Do change_page_attr self tests at boot. | ||
211 | |||
207 | endmenu | 212 | endmenu |