diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-04-20 09:45:54 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2012-09-17 08:42:21 -0400 |
commit | 8c2c3df31e3b87cb5348e48776c366ebd1dc5a7a (patch) | |
tree | c67b6e60bffd8d61a7d61ccb48f18cf1d6a68d75 /lib/Kconfig.debug | |
parent | 10b663aef1c24794d32141be86b4dfcc64293bd0 (diff) |
arm64: Build infrastructure
This patch adds Makefile and Kconfig files required for building an
AArch64 kernel.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2403a63b5da5..cfb4578ac2f7 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -452,7 +452,8 @@ config SLUB_STATS | |||
452 | config DEBUG_KMEMLEAK | 452 | config DEBUG_KMEMLEAK |
453 | bool "Kernel memory leak detector" | 453 | bool "Kernel memory leak detector" |
454 | depends on DEBUG_KERNEL && EXPERIMENTAL && \ | 454 | depends on DEBUG_KERNEL && EXPERIMENTAL && \ |
455 | (X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) | 455 | (X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || \ |
456 | MICROBLAZE || TILE || ARM64) | ||
456 | 457 | ||
457 | select DEBUG_FS | 458 | select DEBUG_FS |
458 | select STACKTRACE if STACKTRACE_SUPPORT | 459 | select STACKTRACE if STACKTRACE_SUPPORT |
@@ -739,7 +740,8 @@ config DEBUG_BUGVERBOSE | |||
739 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT | 740 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT |
740 | depends on BUG | 741 | depends on BUG |
741 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ | 742 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ |
742 | FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || TILE | 743 | FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || \ |
744 | TILE || ARM64 | ||
743 | default y | 745 | default y |
744 | help | 746 | help |
745 | Say Y here to make BUG() panics output the file name and line number | 747 | Say Y here to make BUG() panics output the file name and line number |