From: Ingo Molnar Date: Wed, 30 Jan 2008 12:34:04 +0000 (+0100) Subject: x86: cpa: make self-test depend on DEBUG_KERNEL X-Git-Tag: v3.12-rc1~24034^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f316fe687521fad5ad2fd8389397c38aa97439d2;p=kernel%2Fkernel-generic.git x86: cpa: make self-test depend on DEBUG_KERNEL Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 46d34b2..2a859a7 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -205,6 +205,7 @@ config DEBUG_BOOT_PARAMS config CPA_DEBUG bool "CPA self test code" + depends on DEBUG_KERNEL help Do change_page_attr self tests at boot.