diff options
author | Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com> | 2014-01-28 06:20:22 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-02-26 06:16:27 -0500 |
commit | 9529247db9ecfc5a723e17093614e7437ab0d5bd (patch) | |
tree | b6fc904927e9c88aba1cab2e0d029d36ecb0ac10 /arch/arm64/Kconfig | |
parent | 58dcc204f18af2821f683b235bb376f9db2557f5 (diff) |
arm64: KGDB: Add KGDB config
Add HAVE_ARCH_KGDB for arm64 Kconfig
Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 27bbcfc7202a..0cb33a2c592e 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -26,6 +26,7 @@ config ARM64 | |||
26 | select GENERIC_TIME_VSYSCALL | 26 | select GENERIC_TIME_VSYSCALL |
27 | select HARDIRQS_SW_RESEND | 27 | select HARDIRQS_SW_RESEND |
28 | select HAVE_ARCH_JUMP_LABEL | 28 | select HAVE_ARCH_JUMP_LABEL |
29 | select HAVE_ARCH_KGDB | ||
29 | select HAVE_ARCH_TRACEHOOK | 30 | select HAVE_ARCH_TRACEHOOK |
30 | select HAVE_DEBUG_BUGVERBOSE | 31 | select HAVE_DEBUG_BUGVERBOSE |
31 | select HAVE_DEBUG_KMEMLEAK | 32 | select HAVE_DEBUG_KMEMLEAK |