diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:04 -0500 |
commit | f316fe687521fad5ad2fd8389397c38aa97439d2 (patch) | |
tree | a46eda646b04af2d4f8e7dcfb9025014fc6bd919 /arch/x86/Kconfig.debug | |
parent | 1c17f4d615f34a4ecfcf9132d643126b226f5e79 (diff) |
x86: cpa: make self-test depend on DEBUG_KERNEL
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 46d34b2db421..2a859a7e2d74 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -205,6 +205,7 @@ config DEBUG_BOOT_PARAMS | |||
205 | 205 | ||
206 | config CPA_DEBUG | 206 | config CPA_DEBUG |
207 | bool "CPA self test code" | 207 | bool "CPA self test code" |
208 | depends on DEBUG_KERNEL | ||
208 | help | 209 | help |
209 | Do change_page_attr self tests at boot. | 210 | Do change_page_attr self tests at boot. |
210 | 211 | ||