From 13433fcc4b0da9d38ee27e768614a78710861ea6 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Tue, 1 Oct 2019 10:36:01 -0700 Subject: [PATCH] x86: fix EXCEPTION_DEBUG dependency This requires logging, not printk. Signed-off-by: Andrew Boie --- arch/x86/core/Kconfig.ia32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/core/Kconfig.ia32 b/arch/x86/core/Kconfig.ia32 index 48c18a0d65e..8631e16839d 100644 --- a/arch/x86/core/Kconfig.ia32 +++ b/arch/x86/core/Kconfig.ia32 @@ -14,7 +14,7 @@ config NESTED_INTERRUPTS config EXCEPTION_DEBUG bool "Unhandled exception debugging" default y - depends on PRINTK + depends on LOG help Install handlers for various CPU exception/trap vectors to make debugging them easier, at a small expense in code size.