x86: fix EXCEPTION_DEBUG dependency

This requires logging, not printk.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-10-01 10:36:01 -07:00 committed by Maureen Helm
commit 13433fcc4b

View file

@ -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.