diff options
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 10971be43061..d8ab97a73db2 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -3,6 +3,8 @@ config MN10300 | |||
3 | select HAVE_OPROFILE | 3 | select HAVE_OPROFILE |
4 | select HAVE_GENERIC_HARDIRQS | 4 | select HAVE_GENERIC_HARDIRQS |
5 | select GENERIC_HARDIRQS_NO_DEPRECATED | 5 | select GENERIC_HARDIRQS_NO_DEPRECATED |
6 | select HAVE_ARCH_TRACEHOOK | ||
7 | select HAVE_ARCH_KGDB | ||
6 | 8 | ||
7 | config AM33_2 | 9 | config AM33_2 |
8 | def_bool n | 10 | def_bool n |
@@ -401,9 +403,9 @@ comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highes | |||
401 | comment "____Non-maskable interrupt levels____" | 403 | comment "____Non-maskable interrupt levels____" |
402 | comment "The following must be set to a higher priority than local_irq_disable() and on-chip serial" | 404 | comment "The following must be set to a higher priority than local_irq_disable() and on-chip serial" |
403 | 405 | ||
404 | config GDBSTUB_IRQ_LEVEL | 406 | config DEBUGGER_IRQ_LEVEL |
405 | int "GDBSTUB interrupt priority" | 407 | int "DEBUGGER interrupt priority" |
406 | depends on GDBSTUB | 408 | depends on KERNEL_DEBUGGER |
407 | range 0 1 if LINUX_CLI_LEVEL = 2 | 409 | range 0 1 if LINUX_CLI_LEVEL = 2 |
408 | range 0 2 if LINUX_CLI_LEVEL = 3 | 410 | range 0 2 if LINUX_CLI_LEVEL = 3 |
409 | range 0 3 if LINUX_CLI_LEVEL = 4 | 411 | range 0 3 if LINUX_CLI_LEVEL = 4 |
@@ -437,7 +439,7 @@ config LINUX_CLI_LEVEL | |||
437 | EPSW.IM from 7. Any interrupt is permitted for which the level is | 439 | EPSW.IM from 7. Any interrupt is permitted for which the level is |
438 | lower than EPSW.IM. | 440 | lower than EPSW.IM. |
439 | 441 | ||
440 | Certain interrupts, such as GDBSTUB and virtual MN10300 on-chip | 442 | Certain interrupts, such as DEBUGGER and virtual MN10300 on-chip |
441 | serial DMA interrupts are allowed to interrupt normal disabled | 443 | serial DMA interrupts are allowed to interrupt normal disabled |
442 | sections. | 444 | sections. |
443 | 445 | ||