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: v5.15~43326^2~71 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f316fe687521fad5ad2fd8389397c38aa97439d2;p=mirror_ubuntu-kernels.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 46d34b2db421..2a859a7e2d74 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.