aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/Kconfig1
-rw-r--r--arch/arm64/Kconfig.debug4
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 4d8a5b256f65..40e1151fb771 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -27,6 +27,7 @@ config ARM64
27 select CPU_PM if (SUSPEND || CPU_IDLE) 27 select CPU_PM if (SUSPEND || CPU_IDLE)
28 select DCACHE_WORD_ACCESS 28 select DCACHE_WORD_ACCESS
29 select EDAC_SUPPORT 29 select EDAC_SUPPORT
30 select FRAME_POINTER
30 select GENERIC_ALLOCATOR 31 select GENERIC_ALLOCATOR
31 select GENERIC_CLOCKEVENTS 32 select GENERIC_CLOCKEVENTS
32 select GENERIC_CLOCKEVENTS_BROADCAST 33 select GENERIC_CLOCKEVENTS_BROADCAST
diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug
index c24d6adc0420..04fb73b973f1 100644
--- a/arch/arm64/Kconfig.debug
+++ b/arch/arm64/Kconfig.debug
@@ -2,10 +2,6 @@ menu "Kernel hacking"
2 2
3source "lib/Kconfig.debug" 3source "lib/Kconfig.debug"
4 4
5config FRAME_POINTER
6 bool
7 default y
8
9config ARM64_PTDUMP 5config ARM64_PTDUMP
10 bool "Export kernel pagetable layout to userspace via debugfs" 6 bool "Export kernel pagetable layout to userspace via debugfs"
11 depends on DEBUG_KERNEL 7 depends on DEBUG_KERNEL