From f316fe687521fad5ad2fd8389397c38aa97439d2 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:34:04 +0100 Subject: [PATCH] x86: cpa: make self-test depend on DEBUG_KERNEL Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- arch/x86/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 46d34b2db42..2a859a7e2d7 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.