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.