aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 91344af75f39..4dbce538fec4 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -27,6 +27,11 @@ config ARM_UNWIND
27 the performance is not affected. Currently, this feature 27 the performance is not affected. Currently, this feature
28 only works with EABI compilers. If unsure say Y. 28 only works with EABI compilers. If unsure say Y.
29 29
30config OLD_MCOUNT
31 bool
32 depends on FUNCTION_TRACER && FRAME_POINTER
33 default y
34
30config DEBUG_USER 35config DEBUG_USER
31 bool "Verbose user fault messages" 36 bool "Verbose user fault messages"
32 help 37 help