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:
parent
cb1dd7465b
commit
13433fcc4b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ config NESTED_INTERRUPTS
|
||||||
config EXCEPTION_DEBUG
|
config EXCEPTION_DEBUG
|
||||||
bool "Unhandled exception debugging"
|
bool "Unhandled exception debugging"
|
||||||
default y
|
default y
|
||||||
depends on PRINTK
|
depends on LOG
|
||||||
help
|
help
|
||||||
Install handlers for various CPU exception/trap vectors to
|
Install handlers for various CPU exception/trap vectors to
|
||||||
make debugging them easier, at a small expense in code size.
|
make debugging them easier, at a small expense in code size.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue