summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 911fd274..479ab45a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -47,6 +47,18 @@ config ASSERT
---help---
Enable assert() code generation.
+config SYMTAB
+ bool "Build symbol table"
+ default y
+ ---help---
+ Build and embed a symbol table in the kernel.
+
+ This option allows the kernel to perform symbolic address
+ resolutions which are very convenient for debugging, at the
+ cost of additional data memory.
+
+ If unsure, enable.
+
endmenu
source "arch/$ARCH/Kconfig"