diff options
author | Mischa Jonker | 2013-01-18 10:42:24 +0100 |
---|---|---|
committer | Vineet Gupta | 2013-02-15 18:46:07 +0100 |
commit | f46121bd26d7957866739313f1e098a682e8d3e4 (patch) | |
tree | 1469839dbb041f325d01428e973e637f3297595e /arch/arc/Kconfig | |
parent | ARC: Unaligned access emulation (diff) | |
download | kernel-qcow2-linux-f46121bd26d7957866739313f1e098a682e8d3e4.tar.gz kernel-qcow2-linux-f46121bd26d7957866739313f1e098a682e8d3e4.tar.xz kernel-qcow2-linux-f46121bd26d7957866739313f1e098a682e8d3e4.zip |
ARC: kgdb support
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Jason Wessel <jason.wessel@windriver.com>
Acked-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f8042835e746..69a939af72c6 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -22,6 +22,7 @@ config ARC select GENERIC_PENDING_IRQ if SMP select GENERIC_SIGALTSTACK select GENERIC_SMP_IDLE_THREAD + select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK select HAVE_GENERIC_HARDIRQS select HAVE_KPROBES @@ -378,7 +379,7 @@ config ARC_DW2_UNWIND config ARC_DBG_TLB_PARANOIA bool "Paranoia Checks in Low Level TLB Handlers" - depends on ARC_DBG && !SMP + depends on ARC_DBG default n config ARC_DBG_TLB_MISS_COUNT |